Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

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