public final class SettlementTransaction
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 | 
|---|
SettlementTransaction()  | 
| Modifier and Type | Method and Description | 
|---|---|
SettlementTransaction | 
clone()  | 
SettlementTransactionAmount | 
getAmount()
The amount for the transaction. 
 | 
SettlementTransactionIdentifiers | 
getIdentifiers()
Identifiers of the transaction. 
 | 
String | 
getKind()
Identifies what kind of resource this is. 
 | 
SettlementTransactionTransaction | 
getTransaction()
Details of the transaction. 
 | 
SettlementTransaction | 
set(String fieldName,
   Object value)  | 
SettlementTransaction | 
setAmount(SettlementTransactionAmount amount)
The amount for the transaction. 
 | 
SettlementTransaction | 
setIdentifiers(SettlementTransactionIdentifiers identifiers)
Identifiers of the transaction. 
 | 
SettlementTransaction | 
setKind(String kind)
Identifies what kind of resource this is. 
 | 
SettlementTransaction | 
setTransaction(SettlementTransactionTransaction transaction)
Details of the transaction. 
 | 
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 SettlementTransactionAmount getAmount()
null for nonepublic SettlementTransaction setAmount(SettlementTransactionAmount amount)
amount - amount or null for nonepublic SettlementTransactionIdentifiers getIdentifiers()
null for nonepublic SettlementTransaction setIdentifiers(SettlementTransactionIdentifiers identifiers)
identifiers - identifiers or null for nonepublic String getKind()
null for nonepublic SettlementTransaction setKind(String kind)
kind - kind or null for nonepublic SettlementTransactionTransaction getTransaction()
null for nonepublic SettlementTransaction setTransaction(SettlementTransactionTransaction transaction)
transaction - transaction or null for nonepublic SettlementTransaction set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SettlementTransaction clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.