Class CreatePaymentRequest
java.lang.Object
liberalize.java.backend.sdk.data.model.CreatePaymentRequest
public class CreatePaymentRequest
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CreatePaymentRequest(java.lang.String source, int amount, boolean authorize, java.lang.String currency) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
source
@SerializedName("source") public java.lang.String sourcepayment source -
amount
@SerializedName("amount") public int amountamount as integer number -
authorize
@SerializedName("authorize") public boolean authorizeshould authorize payment after create or not; true if need to -
currency
@SerializedName("currency") public java.lang.String currencycurrency
-
-
Constructor Details
-
CreatePaymentRequest
public CreatePaymentRequest(java.lang.String source, int amount, boolean authorize, java.lang.String currency)
-