public class API
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AccountAPI |
account() |
BankAccountsAPI |
bankAccount() |
ConnectAPI |
connect() |
CustomerAPI |
customer() |
EscrowAPI |
escrow() |
InvoiceAPI |
invoice() |
MultiorderAPI |
multiorder() |
MultipaymentAPI |
multipayment() |
NotificationPreferencesAPI |
notification() |
OrderAPI |
order() |
PaymentAPI |
payment() |
RefundAPI |
refund() |
TransferApi |
transfer() |
public API(Client client)
public OrderAPI order()
public PaymentAPI payment()
public InvoiceAPI invoice()
public AccountAPI account()
public CustomerAPI customer()
public ConnectAPI connect()
public NotificationPreferencesAPI notification()
public RefundAPI refund()
public MultiorderAPI multiorder()
public MultipaymentAPI multipayment()
public BankAccountsAPI bankAccount()
public EscrowAPI escrow()
public TransferApi transfer()