public final class SettlementTransactionAmount
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 | 
|---|
SettlementTransactionAmount()  | 
| Modifier and Type | Method and Description | 
|---|---|
SettlementTransactionAmount | 
clone()  | 
SettlementTransactionAmountCommission | 
getCommission()  | 
String | 
getDescription()
The description of the event. 
 | 
Price | 
getTransactionAmount()
The amount that contributes to the line item price. 
 | 
String | 
getType()
The type of the amount. 
 | 
SettlementTransactionAmount | 
set(String fieldName,
   Object value)  | 
SettlementTransactionAmount | 
setCommission(SettlementTransactionAmountCommission commission)  | 
SettlementTransactionAmount | 
setDescription(String description)
The description of the event. 
 | 
SettlementTransactionAmount | 
setTransactionAmount(Price transactionAmount)
The amount that contributes to the line item price. 
 | 
SettlementTransactionAmount | 
setType(String type)
The type of the amount. 
 | 
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 SettlementTransactionAmountCommission getCommission()
null for nonepublic SettlementTransactionAmount setCommission(SettlementTransactionAmountCommission commission)
commission - commission or null for nonepublic String getDescription()
null for nonepublic SettlementTransactionAmount setDescription(String description)
description - description or null for nonepublic Price getTransactionAmount()
null for nonepublic SettlementTransactionAmount setTransactionAmount(Price transactionAmount)
transactionAmount - transactionAmount or null for nonepublic String getType()
null for nonepublic SettlementTransactionAmount setType(String type)
type - type or null for nonepublic SettlementTransactionAmount set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SettlementTransactionAmount clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.