public final class SettlementReport
extends com.google.api.client.json.GenericJson
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 Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SettlementReport() |
| Modifier and Type | Method and Description |
|---|---|
SettlementReport |
clone() |
String |
getEndDate()
The end date on which all transactions are included in the report, in ISO 8601 format.
|
String |
getKind()
Identifies what kind of resource this is.
|
Price |
getPreviousBalance()
The residual amount from the previous invoice.
|
String |
getSettlementId()
The ID of the settlement report.
|
String |
getStartDate()
The start date on which all transactions are included in the report, in ISO 8601 format.
|
Price |
getTransferAmount()
The money due to the merchant.
|
String |
getTransferDate()
Date on which transfer for this payment was initiated by Google, in ISO 8601 format.
|
List<String> |
getTransferIds()
The list of bank identifiers used for the transfer.
|
SettlementReport |
set(String fieldName,
Object value) |
SettlementReport |
setEndDate(String endDate)
The end date on which all transactions are included in the report, in ISO 8601 format.
|
SettlementReport |
setKind(String kind)
Identifies what kind of resource this is.
|
SettlementReport |
setPreviousBalance(Price previousBalance)
The residual amount from the previous invoice.
|
SettlementReport |
setSettlementId(String settlementId)
The ID of the settlement report.
|
SettlementReport |
setStartDate(String startDate)
The start date on which all transactions are included in the report, in ISO 8601 format.
|
SettlementReport |
setTransferAmount(Price transferAmount)
The money due to the merchant.
|
SettlementReport |
setTransferDate(String transferDate)
Date on which transfer for this payment was initiated by Google, in ISO 8601 format.
|
SettlementReport |
setTransferIds(List<String> transferIds)
The list of bank identifiers used for the transfer.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEndDate()
null for nonepublic SettlementReport setEndDate(String endDate)
endDate - endDate or null for nonepublic String getKind()
null for nonepublic SettlementReport setKind(String kind)
kind - kind or null for nonepublic Price getPreviousBalance()
null for nonepublic SettlementReport setPreviousBalance(Price previousBalance)
previousBalance - previousBalance or null for nonepublic String getSettlementId()
null for nonepublic SettlementReport setSettlementId(String settlementId)
settlementId - settlementId or null for nonepublic String getStartDate()
null for nonepublic SettlementReport setStartDate(String startDate)
startDate - startDate or null for nonepublic Price getTransferAmount()
null for nonepublic SettlementReport setTransferAmount(Price transferAmount)
transferAmount - transferAmount or null for nonepublic String getTransferDate()
null for nonepublic SettlementReport setTransferDate(String transferDate)
transferDate - transferDate or null for nonepublic List<String> getTransferIds()
null for nonepublic SettlementReport setTransferIds(List<String> transferIds)
transferIds - transferIds or null for nonepublic SettlementReport set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SettlementReport clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.