public class StoreSalesTransaction extends Object
Java class for StoreSalesTransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoreSalesTransaction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userIdentifiers" type="{https://adwords.google.com/api/adwords/rm/v201809}UserIdentifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="transactionTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="transactionAmount" type="{https://adwords.google.com/api/adwords/rm/v201809}MoneyWithCurrency" minOccurs="0"/>
<element name="conversionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversionName |
protected MoneyWithCurrency |
transactionAmount |
protected String |
transactionTime |
protected List<UserIdentifier> |
userIdentifiers |
| Constructor and Description |
|---|
StoreSalesTransaction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionName()
Gets the value of the conversionName property.
|
MoneyWithCurrency |
getTransactionAmount()
Gets the value of the transactionAmount property.
|
String |
getTransactionTime()
Gets the value of the transactionTime property.
|
List<UserIdentifier> |
getUserIdentifiers()
Gets the value of the userIdentifiers property.
|
void |
setConversionName(String value)
Sets the value of the conversionName property.
|
void |
setTransactionAmount(MoneyWithCurrency value)
Sets the value of the transactionAmount property.
|
void |
setTransactionTime(String value)
Sets the value of the transactionTime property.
|
protected List<UserIdentifier> userIdentifiers
protected String transactionTime
protected MoneyWithCurrency transactionAmount
protected String conversionName
public List<UserIdentifier> getUserIdentifiers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the userIdentifiers property.
For example, to add a new item, do as follows:
getUserIdentifiers().add(newItem);
Objects of the following type(s) are allowed in the list
UserIdentifier
public String getTransactionTime()
Stringpublic void setTransactionTime(String value)
value - allowed object is
Stringpublic MoneyWithCurrency getTransactionAmount()
MoneyWithCurrencypublic void setTransactionAmount(MoneyWithCurrency value)
value - allowed object is
MoneyWithCurrencypublic String getConversionName()
StringCopyright © 2023. All rights reserved.