add Credit Card
fun addCreditCard(creditCard: CreditCard, customerId: String? = null, response: Response<CreditCard>? = null)(source)
Adds a new credit card.
Parameters
credit Card
The credit card to add.
customer Id
The ID of the customer.
response
An optional response handler. success - receives the CreditCard error - receives error details