public class CustomerAPI
extends java.lang.Object
| Constructor and Description |
|---|
CustomerAPI(Client client) |
| Modifier and Type | Method and Description |
|---|---|
FundingInstrument |
addCreditCard(CustomerRequest customer) |
Customer |
create(CustomerRequest customer) |
java.lang.Boolean |
deleteCreditCard(java.lang.String creditCardId) |
Customer |
get(java.lang.String externalId) |
public CustomerAPI(Client client)
public Customer create(CustomerRequest customer)
public Customer get(java.lang.String externalId)
public FundingInstrument addCreditCard(CustomerRequest customer)
public java.lang.Boolean deleteCreditCard(java.lang.String creditCardId)