Package in.succinct.beckn
Class Payment.Params
java.lang.Object
in.succinct.beckn.BecknAware<org.json.simple.JSONObject>
in.succinct.beckn.BecknObject
in.succinct.beckn.Payment.Params
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Payment
- See Also:
-
Field Summary
Fields inherited from class in.succinct.beckn.BecknObject
DATE_FORMAT, TIMESTAMP_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublevoidsetAmount(double amount) voidsetCurrency(String currency) voidsetTransactionId(String transaction_id) Methods inherited from class in.succinct.beckn.BecknObject
get, get, get, get, getBoolean, getDate, getDouble, getInteger, getLong, set, set, set, set, set, set, setMethods inherited from class in.succinct.beckn.BecknAware
generateBlakeHash, getInner, hash, setInner, toString
-
Constructor Details
-
Params
public Params()
-
-
Method Details
-
getTransactionId
-
setTransactionId
-
getAmount
public double getAmount() -
setAmount
public void setAmount(double amount) -
getCurrency
-
setCurrency
-