object | |
object (Card) | |
| type | string The type of payment method.
|
| usage | string or null Field used to determine if the logged-in customer will save the payment method for future usage. The value is
|
{- "type": "CARD",
- "card": {
- "number": "string",
- "cvv": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}
}, - "billingDetails": {
- "postalCode": "string"
}, - "usage": "ON_SESSION"
}