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

B2BPaymentType

B2BPaymentType

export interface B2BPaymentType {
	'code'?: string;
	'displayName'?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstring{string} B2BPaymentType
displayNameOptionalstring{string} B2BPaymentType

On this page