public final class InvoicePayment extends Object implements RelevantNullChecker
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 |
|---|
InvoicePayment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
BankAccount |
getBankAccount() |
Date |
getDueDate() |
String |
getKey() |
String |
getMethod() |
Double |
getTotalAmount() |
List<Transaction> |
getTransactions() |
Long |
getVariableSymbol() |
InvoicePayment |
setBankAccount(BankAccount bankAccount) |
InvoicePayment |
setDueDate(Date dueDate) |
InvoicePayment |
setKey(String key) |
InvoicePayment |
setMethod(String method) |
InvoicePayment |
setTotalAmount(Double totalAmount) |
InvoicePayment |
setTransactions(List<Transaction> transactions) |
InvoicePayment |
setVariableSymbol(Long variableSymbol) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic BankAccount getBankAccount()
null for nonepublic InvoicePayment setBankAccount(BankAccount bankAccount)
bankAccount - bankAccount or null for nonepublic Date getDueDate()
null for nonepublic InvoicePayment setDueDate(Date dueDate)
dueDate - dueDate or null for nonepublic String getKey()
null for nonepublic InvoicePayment setKey(String key)
key - key or null for nonepublic String getMethod()
null for nonepublic InvoicePayment setMethod(String method)
method - method or null for nonepublic Double getTotalAmount()
null for nonepublic InvoicePayment setTotalAmount(Double totalAmount)
totalAmount - totalAmount or null for nonepublic List<Transaction> getTransactions()
null for nonepublic InvoicePayment setTransactions(List<Transaction> transactions)
transactions - transactions or null for nonepublic Long getVariableSymbol()
null for nonepublic InvoicePayment setVariableSymbol(Long variableSymbol)
variableSymbol - variableSymbol or null for nonepublic boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.