public class TransactionSummaryType extends 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 String |
accountNumber |
protected String |
accountType |
protected String |
firstName |
protected FraudInformationType |
fraudInformation |
protected Boolean |
hasReturnedItems |
protected String |
invoiceNumber |
protected String |
lastName |
protected String |
marketType |
protected String |
mobileDeviceId |
protected String |
product |
protected CustomerProfileIdType |
profile |
protected BigDecimal |
settleAmount |
protected XMLGregorianCalendar |
submitTimeLocal |
protected XMLGregorianCalendar |
submitTimeUTC |
protected SubscriptionPaymentType |
subscription |
protected String |
transactionStatus |
protected String |
transId |
| Constructor and Description |
|---|
TransactionSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
String |
getAccountType()
Gets the value of the accountType property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
FraudInformationType |
getFraudInformation()
Gets the value of the fraudInformation property.
|
String |
getInvoiceNumber()
Gets the value of the invoiceNumber property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMarketType()
Gets the value of the marketType property.
|
String |
getMobileDeviceId()
Gets the value of the mobileDeviceId property.
|
String |
getProduct()
Gets the value of the product property.
|
CustomerProfileIdType |
getProfile()
Gets the value of the profile property.
|
BigDecimal |
getSettleAmount()
Gets the value of the settleAmount property.
|
XMLGregorianCalendar |
getSubmitTimeLocal()
Gets the value of the submitTimeLocal property.
|
XMLGregorianCalendar |
getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.
|
SubscriptionPaymentType |
getSubscription()
Gets the value of the subscription property.
|
String |
getTransactionStatus()
Gets the value of the transactionStatus property.
|
String |
getTransId()
Gets the value of the transId property.
|
Boolean |
isHasReturnedItems()
Gets the value of the hasReturnedItems property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setAccountType(String value)
Sets the value of the accountType property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setFraudInformation(FraudInformationType value)
Sets the value of the fraudInformation property.
|
void |
setHasReturnedItems(Boolean value)
Sets the value of the hasReturnedItems property.
|
void |
setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMarketType(String value)
Sets the value of the marketType property.
|
void |
setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.
|
void |
setProduct(String value)
Sets the value of the product property.
|
void |
setProfile(CustomerProfileIdType value)
Sets the value of the profile property.
|
void |
setSettleAmount(BigDecimal value)
Sets the value of the settleAmount property.
|
void |
setSubmitTimeLocal(XMLGregorianCalendar value)
Sets the value of the submitTimeLocal property.
|
void |
setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.
|
void |
setSubscription(SubscriptionPaymentType value)
Sets the value of the subscription property.
|
void |
setTransactionStatus(String value)
Sets the value of the transactionStatus property.
|
void |
setTransId(String value)
Sets the value of the transId property.
|
protected String transId
protected XMLGregorianCalendar submitTimeUTC
protected XMLGregorianCalendar submitTimeLocal
protected String transactionStatus
protected String invoiceNumber
protected String firstName
protected String lastName
protected String accountType
protected String accountNumber
protected BigDecimal settleAmount
protected String marketType
protected String product
protected String mobileDeviceId
protected SubscriptionPaymentType subscription
protected Boolean hasReturnedItems
protected FraudInformationType fraudInformation
protected CustomerProfileIdType profile
public String getTransId()
Stringpublic void setTransId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSubmitTimeUTC()
XMLGregorianCalendarpublic void setSubmitTimeUTC(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getSubmitTimeLocal()
XMLGregorianCalendarpublic void setSubmitTimeLocal(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTransactionStatus()
Stringpublic void setTransactionStatus(String value)
value - allowed object is
Stringpublic String getInvoiceNumber()
Stringpublic void setInvoiceNumber(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getAccountType()
Stringpublic void setAccountType(String value)
value - allowed object is
Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic BigDecimal getSettleAmount()
BigDecimalpublic void setSettleAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getMarketType()
Stringpublic void setMarketType(String value)
value - allowed object is
Stringpublic String getProduct()
Stringpublic void setProduct(String value)
value - allowed object is
Stringpublic String getMobileDeviceId()
Stringpublic void setMobileDeviceId(String value)
value - allowed object is
Stringpublic SubscriptionPaymentType getSubscription()
SubscriptionPaymentTypepublic void setSubscription(SubscriptionPaymentType value)
value - allowed object is
SubscriptionPaymentTypepublic Boolean isHasReturnedItems()
Booleanpublic void setHasReturnedItems(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 © 2020. All rights reserved.