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