public class PaymentRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequest.EscrowRequest |
| Constructor and Description |
|---|
PaymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest |
delayCapture(java.lang.Boolean delayCapture) |
PaymentRequest |
escrow(PaymentRequest.EscrowRequest escrow) |
PaymentRequest |
fundingInstrument(FundingInstrumentRequest fundingInstrument) |
PaymentRequest |
geolocation(GeolocationRequest geolocation) |
java.lang.Boolean |
getDelayCapture() |
FundingInstrumentRequest |
getFundingInstrument() |
GeolocationRequest |
getGeolocation() |
int |
getInstallmentCount() |
java.lang.String |
getOrderId() |
PaymentRequest |
installmentCount(int installmentCount) |
PaymentRequest |
orderId(java.lang.String orderId) |
java.lang.String |
toString() |
public PaymentRequest orderId(java.lang.String orderId)
public PaymentRequest installmentCount(int installmentCount)
public PaymentRequest fundingInstrument(FundingInstrumentRequest fundingInstrument)
public PaymentRequest geolocation(GeolocationRequest geolocation)
public PaymentRequest delayCapture(java.lang.Boolean delayCapture)
public PaymentRequest escrow(PaymentRequest.EscrowRequest escrow)
public java.lang.String getOrderId()
public int getInstallmentCount()
public FundingInstrumentRequest getFundingInstrument()
public GeolocationRequest getGeolocation()
public java.lang.Boolean getDelayCapture()
public java.lang.String toString()
toString in class java.lang.Object