MagentoTokenBaseCard
Properties
| Name | Type | Description |
|---|---|---|
| __typename | 'TokenBaseCard' | |
| hash | string | |
| address | MagentoTokenBaseCardAddress | |
| customer_email | string | |
| customer_id | number | |
| method | string | |
| active | boolean | |
| created_at | string | |
| updated_at | string | |
| last_use | string | |
| expires | string | |
| label | string | |
| additional | {
cc_type: MagentoTokenBaseCardTypeCode;
cc_owner: string;
cc_last4: string;
cc_exp_year: string;
cc_exp_month: string;
} |