public class TransactionSummaryType
extends java.lang.Object
Java class for transactionSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transactionSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="submitTimeLocal" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="transactionStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="invoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="settleAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="product" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mobileDeviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscription" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subscriptionPaymentType" minOccurs="0"/>
<element name="hasReturnedItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fraudInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}fraudInformationType" minOccurs="0"/>
<element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileIdType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accountNumber |
protected java.lang.String |
accountType |
protected java.lang.String |
firstName |
protected FraudInformationType |
fraudInformation |
protected java.lang.Boolean |
hasReturnedItems |
protected java.lang.String |
invoiceNumber |
protected java.lang.String |
lastName |
protected java.lang.String |
marketType |
protected java.lang.String |
mobileDeviceId |
protected java.lang.String |
product |
protected CustomerProfileIdType |
profile |
protected java.math.BigDecimal |
settleAmount |
protected javax.xml.datatype.XMLGregorianCalendar |
submitTimeLocal |
protected javax.xml.datatype.XMLGregorianCalendar |
submitTimeUTC |
protected SubscriptionPaymentType |
subscription |
protected java.lang.String |
transactionStatus |
protected java.lang.String |
transId |
| Constructor and Description |
|---|
TransactionSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountNumber()
Gets the value of the accountNumber property.
|
java.lang.String |
getAccountType()
Gets the value of the accountType property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
FraudInformationType |
getFraudInformation()
Gets the value of the fraudInformation property.
|
java.lang.String |
getInvoiceNumber()
Gets the value of the invoiceNumber property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
java.lang.String |
getMarketType()
Gets the value of the marketType property.
|
java.lang.String |
getMobileDeviceId()
Gets the value of the mobileDeviceId property.
|
java.lang.String |
getProduct()
Gets the value of the product property.
|
CustomerProfileIdType |
getProfile()
Gets the value of the profile property.
|
java.math.BigDecimal |
getSettleAmount()
Gets the value of the settleAmount property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSubmitTimeLocal()
Gets the value of the submitTimeLocal property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.
|
SubscriptionPaymentType |
getSubscription()
Gets the value of the subscription property.
|
java.lang.String |
getTransactionStatus()
Gets the value of the transactionStatus property.
|
java.lang.String |
getTransId()
Gets the value of the transId property.
|
java.lang.Boolean |
isHasReturnedItems()
Gets the value of the hasReturnedItems property.
|
void |
setAccountNumber(java.lang.String value)
Sets the value of the accountNumber property.
|
void |
setAccountType(java.lang.String value)
Sets the value of the accountType property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setFraudInformation(FraudInformationType value)
Sets the value of the fraudInformation property.
|
void |
setHasReturnedItems(java.lang.Boolean value)
Sets the value of the hasReturnedItems property.
|
void |
setInvoiceNumber(java.lang.String value)
Sets the value of the invoiceNumber property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
void |
setMarketType(java.lang.String value)
Sets the value of the marketType property.
|
void |
setMobileDeviceId(java.lang.String value)
Sets the value of the mobileDeviceId property.
|
void |
setProduct(java.lang.String value)
Sets the value of the product property.
|
void |
setProfile(CustomerProfileIdType value)
Sets the value of the profile property.
|
void |
setSettleAmount(java.math.BigDecimal value)
Sets the value of the settleAmount property.
|
void |
setSubmitTimeLocal(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the submitTimeLocal property.
|
void |
setSubmitTimeUTC(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.
|
void |
setSubscription(SubscriptionPaymentType value)
Sets the value of the subscription property.
|
void |
setTransactionStatus(java.lang.String value)
Sets the value of the transactionStatus property.
|
void |
setTransId(java.lang.String value)
Sets the value of the transId property.
|
protected java.lang.String transId
protected javax.xml.datatype.XMLGregorianCalendar submitTimeUTC
protected javax.xml.datatype.XMLGregorianCalendar submitTimeLocal
protected java.lang.String transactionStatus
protected java.lang.String invoiceNumber
protected java.lang.String firstName
protected java.lang.String lastName
protected java.lang.String accountType
protected java.lang.String accountNumber
protected java.math.BigDecimal settleAmount
protected java.lang.String marketType
protected java.lang.String product
protected java.lang.String mobileDeviceId
protected SubscriptionPaymentType subscription
protected java.lang.Boolean hasReturnedItems
protected FraudInformationType fraudInformation
protected CustomerProfileIdType profile
public java.lang.String getTransId()
Stringpublic void setTransId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getSubmitTimeUTC()
XMLGregorianCalendarpublic void setSubmitTimeUTC(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getSubmitTimeLocal()
XMLGregorianCalendarpublic void setSubmitTimeLocal(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getTransactionStatus()
Stringpublic void setTransactionStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvoiceNumber()
Stringpublic void setInvoiceNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccountType()
Stringpublic void setAccountType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccountNumber()
Stringpublic void setAccountNumber(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getSettleAmount()
BigDecimalpublic void setSettleAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getMarketType()
Stringpublic void setMarketType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProduct()
Stringpublic void setProduct(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMobileDeviceId()
Stringpublic void setMobileDeviceId(java.lang.String value)
value - allowed object is
Stringpublic SubscriptionPaymentType getSubscription()
SubscriptionPaymentTypepublic void setSubscription(SubscriptionPaymentType value)
value - allowed object is
SubscriptionPaymentTypepublic java.lang.Boolean isHasReturnedItems()
Booleanpublic void setHasReturnedItems(java.lang.Boolean value)
value - allowed object is
Booleanpublic FraudInformationType getFraudInformation()
FraudInformationTypepublic void setFraudInformation(FraudInformationType value)
value - allowed object is
FraudInformationTypepublic CustomerProfileIdType getProfile()
CustomerProfileIdTypepublic void setProfile(CustomerProfileIdType value)
value - allowed object is
CustomerProfileIdTypeCopyright © 2018. All Rights Reserved.