CustomerPaymentMethodsResponse

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 PaymentMethodData objects that provide information about saved payment methods for a customer.

results
integer <int32>

The number of payment methods attached to a customer record. This is the size of the paymentMethods array.

{
  • "results": 0,
  • "paymentMethods": [
    ]
}