public class API
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AccountAPI |
account() |
CustomerAPI |
customer() |
InvoiceAPI |
invoice() |
OrderAPI |
order() |
PaymentAPI |
payment() |
public API(Client client)
public OrderAPI order()
public PaymentAPI payment()
public InvoiceAPI invoice()
public AccountAPI account()
public CustomerAPI customer()