B2BPaymentTypeList
B2BPaymentTypeList
export interface B2BPaymentTypeList {
'paymentTypes'?: Array<B2BPaymentType>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
paymentTypes | Optional | Array<B2BPaymentType> | {Array<B2BPaymentType>} B2BPaymentTypeList |
B2BPaymentTypeList
export interface B2BPaymentTypeList {
'paymentTypes'?: Array<B2BPaymentType>;
}| Name | Required | Type | Description |
|---|---|---|---|
paymentTypes | Optional | Array<B2BPaymentType> | {Array<B2BPaymentType>} B2BPaymentTypeList |