mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(vsaas): enable onboarding of Standard Merchant Accounts in Platform Organization (#8231)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -112,6 +112,10 @@ pub struct MerchantAccountCreate {
|
||||
/// Product Type of this merchant account
|
||||
#[schema(value_type = Option<MerchantProductType>, example = "Orchestration")]
|
||||
pub product_type: Option<api_enums::MerchantProductType>,
|
||||
|
||||
/// Merchant Account Type of this merchant account
|
||||
#[schema(value_type = Option<MerchantAccountRequestType>, example = "standard")]
|
||||
pub merchant_account_type: Option<api_enums::MerchantAccountRequestType>,
|
||||
}
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
|
||||
Reference in New Issue
Block a user