Package net.authorize.api.contract.v1
Class TransactionSummaryType
- java.lang.Object
-
- net.authorize.api.contract.v1.TransactionSummaryType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountNumberprotected StringaccountTypeprotected StringfirstNameprotected FraudInformationTypefraudInformationprotected BooleanhasReturnedItemsprotected StringinvoiceNumberprotected StringlastNameprotected StringmarketTypeprotected StringmobileDeviceIdprotected Stringproductprotected CustomerProfileIdTypeprofileprotected BigDecimalsettleAmountprotected XMLGregorianCalendarsubmitTimeLocalprotected XMLGregorianCalendarsubmitTimeUTCprotected SubscriptionPaymentTypesubscriptionprotected StringtransactionStatusprotected StringtransId
-
Constructor Summary
Constructors Constructor Description TransactionSummaryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountNumber()Gets the value of the accountNumber property.StringgetAccountType()Gets the value of the accountType property.StringgetFirstName()Gets the value of the firstName property.FraudInformationTypegetFraudInformation()Gets the value of the fraudInformation property.StringgetInvoiceNumber()Gets the value of the invoiceNumber property.StringgetLastName()Gets the value of the lastName property.StringgetMarketType()Gets the value of the marketType property.StringgetMobileDeviceId()Gets the value of the mobileDeviceId property.StringgetProduct()Gets the value of the product property.CustomerProfileIdTypegetProfile()Gets the value of the profile property.BigDecimalgetSettleAmount()Gets the value of the settleAmount property.XMLGregorianCalendargetSubmitTimeLocal()Gets the value of the submitTimeLocal property.XMLGregorianCalendargetSubmitTimeUTC()Gets the value of the submitTimeUTC property.SubscriptionPaymentTypegetSubscription()Gets the value of the subscription property.StringgetTransactionStatus()Gets the value of the transactionStatus property.StringgetTransId()Gets the value of the transId property.BooleanisHasReturnedItems()Gets the value of the hasReturnedItems property.voidsetAccountNumber(String value)Sets the value of the accountNumber property.voidsetAccountType(String value)Sets the value of the accountType property.voidsetFirstName(String value)Sets the value of the firstName property.voidsetFraudInformation(FraudInformationType value)Sets the value of the fraudInformation property.voidsetHasReturnedItems(Boolean value)Sets the value of the hasReturnedItems property.voidsetInvoiceNumber(String value)Sets the value of the invoiceNumber property.voidsetLastName(String value)Sets the value of the lastName property.voidsetMarketType(String value)Sets the value of the marketType property.voidsetMobileDeviceId(String value)Sets the value of the mobileDeviceId property.voidsetProduct(String value)Sets the value of the product property.voidsetProfile(CustomerProfileIdType value)Sets the value of the profile property.voidsetSettleAmount(BigDecimal value)Sets the value of the settleAmount property.voidsetSubmitTimeLocal(XMLGregorianCalendar value)Sets the value of the submitTimeLocal property.voidsetSubmitTimeUTC(XMLGregorianCalendar value)Sets the value of the submitTimeUTC property.voidsetSubscription(SubscriptionPaymentType value)Sets the value of the subscription property.voidsetTransactionStatus(String value)Sets the value of the transactionStatus property.voidsetTransId(String value)Sets the value of the transId property.
-
-
-
Field Detail
-
transId
protected String transId
-
submitTimeUTC
protected XMLGregorianCalendar submitTimeUTC
-
submitTimeLocal
protected XMLGregorianCalendar submitTimeLocal
-
transactionStatus
protected String transactionStatus
-
invoiceNumber
protected String invoiceNumber
-
firstName
protected String firstName
-
lastName
protected String lastName
-
accountType
protected String accountType
-
accountNumber
protected String accountNumber
-
settleAmount
protected BigDecimal settleAmount
-
marketType
protected String marketType
-
product
protected String product
-
mobileDeviceId
protected String mobileDeviceId
-
subscription
protected SubscriptionPaymentType subscription
-
hasReturnedItems
protected Boolean hasReturnedItems
-
fraudInformation
protected FraudInformationType fraudInformation
-
profile
protected CustomerProfileIdType profile
-
-
Method Detail
-
getTransId
public String getTransId()
Gets the value of the transId property.- Returns:
- possible object is
String
-
setTransId
public void setTransId(String value)
Sets the value of the transId property.- Parameters:
value- allowed object isString
-
getSubmitTimeUTC
public XMLGregorianCalendar getSubmitTimeUTC()
Gets the value of the submitTimeUTC property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmitTimeUTC
public void setSubmitTimeUTC(XMLGregorianCalendar value)
Sets the value of the submitTimeUTC property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSubmitTimeLocal
public XMLGregorianCalendar getSubmitTimeLocal()
Gets the value of the submitTimeLocal property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSubmitTimeLocal
public void setSubmitTimeLocal(XMLGregorianCalendar value)
Sets the value of the submitTimeLocal property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTransactionStatus
public String getTransactionStatus()
Gets the value of the transactionStatus property.- Returns:
- possible object is
String
-
setTransactionStatus
public void setTransactionStatus(String value)
Sets the value of the transactionStatus property.- Parameters:
value- allowed object isString
-
getInvoiceNumber
public String getInvoiceNumber()
Gets the value of the invoiceNumber property.- Returns:
- possible object is
String
-
setInvoiceNumber
public void setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.- Parameters:
value- allowed object isString
-
getFirstName
public String getFirstName()
Gets the value of the firstName property.- Returns:
- possible object is
String
-
setFirstName
public void setFirstName(String value)
Sets the value of the firstName property.- Parameters:
value- allowed object isString
-
getLastName
public String getLastName()
Gets the value of the lastName property.- Returns:
- possible object is
String
-
setLastName
public void setLastName(String value)
Sets the value of the lastName property.- Parameters:
value- allowed object isString
-
getAccountType
public String getAccountType()
Gets the value of the accountType property.- Returns:
- possible object is
String
-
setAccountType
public void setAccountType(String value)
Sets the value of the accountType property.- Parameters:
value- allowed object isString
-
getAccountNumber
public String getAccountNumber()
Gets the value of the accountNumber property.- Returns:
- possible object is
String
-
setAccountNumber
public void setAccountNumber(String value)
Sets the value of the accountNumber property.- Parameters:
value- allowed object isString
-
getSettleAmount
public BigDecimal getSettleAmount()
Gets the value of the settleAmount property.- Returns:
- possible object is
BigDecimal
-
setSettleAmount
public void setSettleAmount(BigDecimal value)
Sets the value of the settleAmount property.- Parameters:
value- allowed object isBigDecimal
-
getMarketType
public String getMarketType()
Gets the value of the marketType property.- Returns:
- possible object is
String
-
setMarketType
public void setMarketType(String value)
Sets the value of the marketType property.- Parameters:
value- allowed object isString
-
getProduct
public String getProduct()
Gets the value of the product property.- Returns:
- possible object is
String
-
setProduct
public void setProduct(String value)
Sets the value of the product property.- Parameters:
value- allowed object isString
-
getMobileDeviceId
public String getMobileDeviceId()
Gets the value of the mobileDeviceId property.- Returns:
- possible object is
String
-
setMobileDeviceId
public void setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.- Parameters:
value- allowed object isString
-
getSubscription
public SubscriptionPaymentType getSubscription()
Gets the value of the subscription property.- Returns:
- possible object is
SubscriptionPaymentType
-
setSubscription
public void setSubscription(SubscriptionPaymentType value)
Sets the value of the subscription property.- Parameters:
value- allowed object isSubscriptionPaymentType
-
isHasReturnedItems
public Boolean isHasReturnedItems()
Gets the value of the hasReturnedItems property.- Returns:
- possible object is
Boolean
-
setHasReturnedItems
public void setHasReturnedItems(Boolean value)
Sets the value of the hasReturnedItems property.- Parameters:
value- allowed object isBoolean
-
getFraudInformation
public FraudInformationType getFraudInformation()
Gets the value of the fraudInformation property.- Returns:
- possible object is
FraudInformationType
-
setFraudInformation
public void setFraudInformation(FraudInformationType value)
Sets the value of the fraudInformation property.- Parameters:
value- allowed object isFraudInformationType
-
getProfile
public CustomerProfileIdType getProfile()
Gets the value of the profile property.- Returns:
- possible object is
CustomerProfileIdType
-
setProfile
public void setProfile(CustomerProfileIdType value)
Sets the value of the profile property.- Parameters:
value- allowed object isCustomerProfileIdType
-
-