public class InvoiceAPI
extends java.lang.Object
| Constructor and Description |
|---|
InvoiceAPI(Client client) |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
create(InvoiceRequest invoice) |
Invoice |
get(java.lang.String id) |
InvoiceListResponse |
list() |
InvoiceListResponse |
list(Pagination pagination) |
public InvoiceAPI(Client client)
public Invoice create(InvoiceRequest invoice)
public Invoice get(java.lang.String id)
public InvoiceListResponse list()
public InvoiceListResponse list(Pagination pagination)