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

RequiredCardTypeProps

A subset of PaymentDetails cardType properties required by certain endpoints (e.g createCartPaymentDetails).

export interface RequiredCardTypeProps {
	code: string;
	name: string;
}

Properties

NameRequiredTypeDescription
codeRequiredstringRequired code property.
nameRequiredstringRequired name property.

On this page