public class PaymentRequest
extends java.lang.Object
| Constructor and Description |
|---|
PaymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest |
fundingInstrument(FundingInstrumentRequest fundingInstrument) |
PaymentRequest |
geolocation(GeolocationRequest geolocation) |
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 java.lang.String getOrderId()
public int getInstallmentCount()
public FundingInstrumentRequest getFundingInstrument()
public GeolocationRequest getGeolocation()
public java.lang.String toString()
toString in class java.lang.Object