Record
payment-method-card
No description available.
record payment-method-card {
brand: string,
checks: option<string>,
country: option<string>,
exp-month: s32,
exp-year: s32,
fingerprint: option<string>,
funding: string,
generated-from: option<string>,
last4: string,
networks: option<string>,
three-d-secure-usage: option<string>,
wallet: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| brand | string | |
| checks | option<string> | |
| country | option<string> | |
| exp-month | s32 | |
| exp-year | s32 | |
| fingerprint | option<string> | |
| funding | string | |
| generated-from | option<string> | |
| last4 | string | |
| networks | option<string> | |
| three-d-secure-usage | option<string> | |
| wallet | option<string> |