B2BPaymentType
B2BPaymentType
export interface B2BPaymentType {
'code'?: string;
'displayName'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | {string} B2BPaymentType |
displayName | Optional | string | {string} B2BPaymentType |
B2BPaymentType
export interface B2BPaymentType {
'code'?: string;
'displayName'?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | {string} B2BPaymentType |
displayName | Optional | string | {string} B2BPaymentType |