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
| Name | Required | Type | Description |
|---|---|---|---|
code | Required | string | Required code property. |
name | Required | string | Required name property. |