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

B2BPaymentTypeData

B2BPaymentTypeData

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

Properties

NameRequiredTypeDescription
codeOptionalstring{string} B2BPaymentTypeData
displayNameOptionalstring{string} B2BPaymentTypeData

On this page