feat(merchant_account): add merchant account list endpoint (#2560)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Narayan Bhat
2023-10-18 12:53:18 +05:30
committed by GitHub
parent 373a10beff
commit a1472c6b78
13 changed files with 244 additions and 3 deletions

View File

@ -14,6 +14,11 @@ use crate::{
payment_methods,
};
#[derive(Clone, Debug, Deserialize, ToSchema)]
pub struct MerchantAccountListRequest {
pub organization_id: String,
}
#[derive(Clone, Debug, Deserialize, ToSchema)]
#[serde(deny_unknown_fields)]
pub struct MerchantAccountCreate {