Response to retrieve customer payment methods. The response holds information about the stored payment methods for a customer.
Array of objects (PaymentMethodData) An array of | |
results | integer <int32> The number of payment methods attached to a customer record.
This is the size of the |
{- "results": 0,
- "paymentMethods": [
- {
- "id": "string",
- "type": "string",
- "cardType": "Visa",
- "lastFour": "string",
- "month": "string",
- "year": "string"
}
]
}