public abstract class StoreSalesUploadCommonMetadata extends Object
Java class for StoreSalesUploadCommonMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoreSalesUploadCommonMetadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="loyaltyRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="transactionUploadRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="StoreSalesUploadCommonMetadata.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
loyaltyRate |
protected String |
storeSalesUploadCommonMetadataType |
protected Double |
transactionUploadRate |
| Constructor and Description |
|---|
StoreSalesUploadCommonMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLoyaltyRate()
Gets the value of the loyaltyRate property.
|
String |
getStoreSalesUploadCommonMetadataType()
Gets the value of the storeSalesUploadCommonMetadataType property.
|
Double |
getTransactionUploadRate()
Gets the value of the transactionUploadRate property.
|
void |
setLoyaltyRate(Double value)
Sets the value of the loyaltyRate property.
|
void |
setStoreSalesUploadCommonMetadataType(String value)
Sets the value of the storeSalesUploadCommonMetadataType property.
|
void |
setTransactionUploadRate(Double value)
Sets the value of the transactionUploadRate property.
|
protected Double loyaltyRate
protected Double transactionUploadRate
protected String storeSalesUploadCommonMetadataType
public Double getLoyaltyRate()
Doublepublic void setLoyaltyRate(Double value)
value - allowed object is
Doublepublic Double getTransactionUploadRate()
Doublepublic void setTransactionUploadRate(Double value)
value - allowed object is
Doublepublic String getStoreSalesUploadCommonMetadataType()
StringCopyright © 2023. All rights reserved.