public final class Transaction extends Object
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAmount() |
Boolean |
getCredit() |
String |
getCurrency() |
String |
getForm() |
String |
getKey() |
Transaction |
setAmount(Double amount) |
Transaction |
setCredit(Boolean credit) |
Transaction |
setCurrency(String currency) |
Transaction |
setForm(String form) |
Transaction |
setKey(String key) |
public Double getAmount()
null for nonepublic Transaction setAmount(Double amount)
amount - amount or null for nonepublic Boolean getCredit()
null for nonepublic Transaction setCredit(Boolean credit)
credit - credit or null for nonepublic String getCurrency()
null for nonepublic Transaction setCurrency(String currency)
currency - currency or null for nonepublic String getForm()
null for nonepublic Transaction setForm(String form)
form - form or null for nonepublic String getKey()
null for nonepublic Transaction setKey(String key)
key - key or null for noneCopyright © 2020. All rights reserved.