PaymentMode
Representation of a Payment Mode PaymentMode
export interface PaymentMode {
'code'?: string;
'description'?: string;
'name'?: string;
'pspLogoUrl'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Payment mode code {string} PaymentMode |
description | Optional | string | Payment mode description {string} PaymentMode |
name | Optional | string | Payment mode name {string} PaymentMode |
pspLogoUrl | Optional | string | Logo url of payment mode {string} PaymentMode |