retrieveCreditCards

fun retrieveCreditCards(customerId: String, response: Response<List<CreditCard>>? = null)(source)

Retrieves the user's saved credit cards.

Parameters

customerId

The ID of the customer.

response

An optional response handler. success - receives the CreditCard list error - receives error details