public class Payment
extends java.lang.Object
| Constructor and Description |
|---|
Payment() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getAmount() |
java.lang.Boolean |
getDelayCapture() |
java.util.List<Escrow> |
getEscrows() |
FundingInstrument |
getFundingInstrument() |
Geolocation |
getGeolocation() |
java.lang.String |
getId() |
int |
getInstallmentCount() |
PaymentLinks |
getLinks() |
PaymentStatus |
getStatus() |
void |
setAmount(Amount amount) |
void |
setDelayCapture(java.lang.Boolean delayCapture) |
void |
setGeolocation(Geolocation geolocation) |
void |
setId(java.lang.String id) |
void |
setInstallmentCount(int installmentCount) |
void |
setStatus(PaymentStatus status) |
java.lang.String |
toString() |
public java.lang.String getId()
public void setId(java.lang.String id)
public PaymentStatus getStatus()
public void setStatus(PaymentStatus status)
public Amount getAmount()
public void setAmount(Amount amount)
public int getInstallmentCount()
public void setInstallmentCount(int installmentCount)
public FundingInstrument getFundingInstrument()
public Geolocation getGeolocation()
public void setGeolocation(Geolocation geolocation)
public java.lang.Boolean getDelayCapture()
public void setDelayCapture(java.lang.Boolean delayCapture)
public java.util.List<Escrow> getEscrows()
public PaymentLinks getLinks()
public java.lang.String toString()
toString in class java.lang.Object