Alokai

PaymentMode

Representation of a Payment Mode PaymentMode

export interface PaymentMode {
	'code'?: string;
	'description'?: string;
	'name'?: string;
	'pspLogoUrl'?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstringPayment mode code {string} PaymentMode
descriptionOptionalstringPayment mode description {string} PaymentMode
nameOptionalstringPayment mode name {string} PaymentMode
pspLogoUrlOptionalstringLogo url of payment mode {string} PaymentMode

On this page