Alokai

B2BPaymentType

B2BPaymentType

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

Properties

NameRequiredTypeDescription
codeOptionalstring{string} B2BPaymentType
displayNameOptionalstring{string} B2BPaymentType

On this page