public class Moip
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PRODUCTION_ENDPOINT |
static java.lang.String |
SANDBOX_ENDPOINT |
| Constructor and Description |
|---|
Moip(Authentication authentication) |
Moip(Authentication authentication,
java.lang.String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
customers() |
MoipHttp |
getMoipHttp() |
Multiorder |
multiorders() |
Order |
orders() |
Refund |
refunds() |
public static final java.lang.String PRODUCTION_ENDPOINT
public static final java.lang.String SANDBOX_ENDPOINT
public Moip(Authentication authentication)
public Moip(Authentication authentication, java.lang.String endpoint)
public MoipHttp getMoipHttp()
public Customer customers()
public Order orders()
public Multiorder multiorders()
public Refund refunds()