Package com.pensio.api.generated
Class Transaction
java.lang.Object
com.pensio.api.generated.Transaction
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.8",
date="2025-03-12T05:07:39Z")
public class Transaction
extends Object
Java class for Transaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PaymentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AuthType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CardStatus">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NoCreditCard"/>
<enumeration value="InvalidLuhn"/>
<enumeration value="InvalidCardLength"/>
<enumeration value="SoonExpired"/>
<enumeration value="Expired"/>
<enumeration value="Valid"/>
<enumeration value="DeletedPan"/>
</restriction>
</simpleType>
</element>
<element name="CreditCardExpiry" type="{}CreditCardExpiry" minOccurs="0"/>
<element name="CreditCardToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CreditCardMaskedPan">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="([\d\*]*)"/>
</restriction>
</simpleType>
</element>
<element name="IsTokenized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CardInformation" type="{}CardInformation" minOccurs="0"/>
<element name="GiftCardToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaskedGiftCard" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ThreeDSecureResult">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Not_Applicable"/>
<enumeration value="Disabled"/>
<enumeration value="Not_Attempted"/>
<enumeration value="CardType_Not_Supported"/>
<enumeration value="Not_Enrolled"/>
<enumeration value="Declined"/>
<enumeration value="Error"/>
<enumeration value="Attempted"/>
<enumeration value="Successful"/>
<enumeration value="Successful_Forced_Merchant_Liability"/>
</restriction>
</simpleType>
</element>
<element name="LiableForChargeback" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CVVCheckResult">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Not_Applicable"/>
<enumeration value="Not_Attempted"/>
<enumeration value="Unknown"/>
<enumeration value="Matched"/>
<enumeration value="MisMatched"/>
</restriction>
</simpleType>
</element>
<element name="BlacklistToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShopOrderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Shop" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Terminal" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TransactionStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ReasonCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CardHolderMessageMustBeShown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MerchantCurrency">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="3"/>
</restriction>
</simpleType>
</element>
<element name="MerchantCurrencyAlpha">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="3"/>
</restriction>
</simpleType>
</element>
<element name="CardHolderCurrency">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="CardHolderCurrencyAlpha">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="ReservedAmount" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="CapturedAmount" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="RefundedAmount" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="CreditedAmount" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="RecurringDefaultAmount" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="SurchargeAmount" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="CreatedDate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{4}-[01]\d-[0123]\d [012]\d:[012345]\d:[012345]\d"/>
</restriction>
</simpleType>
</element>
<element name="UpdatedDate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{4}-[01]\d-[0123]\d [012]\d:[012345]\d:[012345]\d"/>
</restriction>
</simpleType>
</element>
<element name="PaymentNature">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Wallet"/>
<enumeration value="EPayment"/>
<enumeration value="CreditCard"/>
<enumeration value="BankPayment"/>
<enumeration value="IdealPayment"/>
<enumeration value="Invoice"/>
<enumeration value="CreditCardWallet"/>
<enumeration value="GiftCard"/>
<enumeration value="Mobile"/>
</restriction>
</simpleType>
</element>
<element name="PaymentSource">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="eCommerce"/>
<enumeration value="eCommerce_without3ds"/>
<enumeration value="moto"/>
<enumeration value="mobi"/>
<enumeration value="mail_order"/>
<enumeration value="telephone_order"/>
<enumeration value="epayment"/>
<enumeration value="bankpayment"/>
<enumeration value="pos"/>
</restriction>
</simpleType>
</element>
<element name="AuthorisationExpiryDate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{4}-[01]\d-[0123]\d [012]\d:[012345]\d:[012345]\d"/>
</restriction>
</simpleType>
</element>
<element name="PaymentSchemeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentNatureService" type="{}PaymentNatureService"/>
<element name="FraudRiskScore" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FraudExplanation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FraudRecommendation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddressVerification" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="AddressVerificationDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ChargebackEvents" type="{}ChargebackEvents" minOccurs="0"/>
<element name="PaymentInfos" type="{}PaymentInfos"/>
<element name="CustomerInfo" type="{}CustomerInfo" minOccurs="0"/>
<element name="RecipientInfo" type="{}CustomerInfo" minOccurs="0"/>
<element name="InvoiceOrderInfo" type="{}InvoiceOrderInfo" minOccurs="0"/>
<element name="ReconciliationIdentifiers" type="{}ReconciliationIdentifiers"/>
<element name="Authentication" type="{}Authentication" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Authenticationprotected Stringprotected Stringprotected Stringprotected doubleprotected Stringprotected Stringprotected Booleanprotected CardInformationprotected Stringprotected ChargebackEventsprotected Stringprotected CreditCardExpiryprotected Stringprotected Stringprotected doubleprotected CustomerInfoprotected Stringprotected Stringprotected Stringprotected Doubleprotected Stringprotected InvoiceOrderInfoprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected PaymentInfosprotected Stringprotected PaymentNatureServiceprotected Stringprotected Stringprotected Stringprotected CustomerInfoprotected ReconciliationIdentifiersprotected doubleprotected doubleprotected doubleprotected Stringprotected Stringprotected doubleprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressVerification property.Gets the value of the addressVerificationDescription property.Gets the value of the authentication property.Gets the value of the authorisationExpiryDate property.Gets the value of the authType property.Gets the value of the blacklistToken property.doubleGets the value of the capturedAmount property.Gets the value of the cardHolderCurrency property.Gets the value of the cardHolderCurrencyAlpha property.Gets the value of the cardInformation property.Gets the value of the cardStatus property.Gets the value of the chargebackEvents property.Gets the value of the createdDate property.Gets the value of the creditCardExpiry property.Gets the value of the creditCardMaskedPan property.Gets the value of the creditCardToken property.doubleGets the value of the creditedAmount property.Gets the value of the customerInfo property.Gets the value of the cvvCheckResult property.Gets the value of the fraudExplanation property.Gets the value of the fraudRecommendation property.Gets the value of the fraudRiskScore property.Gets the value of the giftCardToken property.Gets the value of the invoiceOrderInfo property.Gets the value of the liableForChargeback property.Gets the value of the maskedGiftCard property.Gets the value of the merchantCurrency property.Gets the value of the merchantCurrencyAlpha property.Gets the value of the paymentId property.Gets the value of the paymentInfos property.Gets the value of the paymentNature property.Gets the value of the paymentNatureService property.Gets the value of the paymentSchemeName property.Gets the value of the paymentSource property.Gets the value of the reasonCode property.Gets the value of the recipientInfo property.Gets the value of the reconciliationIdentifiers property.doubleGets the value of the recurringDefaultAmount property.doubleGets the value of the refundedAmount property.doubleGets the value of the reservedAmount property.getShop()Gets the value of the shop property.Gets the value of the shopOrderId property.doubleGets the value of the surchargeAmount property.Gets the value of the terminal property.Gets the value of the threeDSecureResult property.Gets the value of the transactionId property.Gets the value of the transactionStatus property.Gets the value of the updatedDate property.Gets the value of the cardHolderMessageMustBeShown property.booleanGets the value of the isTokenized property.voidsetAddressVerification(String value) Sets the value of the addressVerification property.voidSets the value of the addressVerificationDescription property.voidsetAuthentication(Authentication value) Sets the value of the authentication property.voidsetAuthorisationExpiryDate(String value) Sets the value of the authorisationExpiryDate property.voidsetAuthType(String value) Sets the value of the authType property.voidsetBlacklistToken(String value) Sets the value of the blacklistToken property.voidsetCapturedAmount(double value) Sets the value of the capturedAmount property.voidsetCardHolderCurrency(String value) Sets the value of the cardHolderCurrency property.voidsetCardHolderCurrencyAlpha(String value) Sets the value of the cardHolderCurrencyAlpha property.voidSets the value of the cardHolderMessageMustBeShown property.voidSets the value of the cardInformation property.voidsetCardStatus(String value) Sets the value of the cardStatus property.voidSets the value of the chargebackEvents property.voidsetCreatedDate(String value) Sets the value of the createdDate property.voidSets the value of the creditCardExpiry property.voidsetCreditCardMaskedPan(String value) Sets the value of the creditCardMaskedPan property.voidsetCreditCardToken(String value) Sets the value of the creditCardToken property.voidsetCreditedAmount(double value) Sets the value of the creditedAmount property.voidsetCustomerInfo(CustomerInfo value) Sets the value of the customerInfo property.voidsetCVVCheckResult(String value) Sets the value of the cvvCheckResult property.voidsetFraudExplanation(String value) Sets the value of the fraudExplanation property.voidsetFraudRecommendation(String value) Sets the value of the fraudRecommendation property.voidsetFraudRiskScore(Double value) Sets the value of the fraudRiskScore property.voidsetGiftCardToken(String value) Sets the value of the giftCardToken property.voidSets the value of the invoiceOrderInfo property.voidsetIsTokenized(boolean value) Sets the value of the isTokenized property.voidsetLiableForChargeback(String value) Sets the value of the liableForChargeback property.voidsetMaskedGiftCard(String value) Sets the value of the maskedGiftCard property.voidsetMerchantCurrency(String value) Sets the value of the merchantCurrency property.voidsetMerchantCurrencyAlpha(String value) Sets the value of the merchantCurrencyAlpha property.voidsetPaymentId(String value) Sets the value of the paymentId property.voidsetPaymentInfos(PaymentInfos value) Sets the value of the paymentInfos property.voidsetPaymentNature(String value) Sets the value of the paymentNature property.voidSets the value of the paymentNatureService property.voidsetPaymentSchemeName(String value) Sets the value of the paymentSchemeName property.voidsetPaymentSource(String value) Sets the value of the paymentSource property.voidsetReasonCode(String value) Sets the value of the reasonCode property.voidsetRecipientInfo(CustomerInfo value) Sets the value of the recipientInfo property.voidSets the value of the reconciliationIdentifiers property.voidsetRecurringDefaultAmount(double value) Sets the value of the recurringDefaultAmount property.voidsetRefundedAmount(double value) Sets the value of the refundedAmount property.voidsetReservedAmount(double value) Sets the value of the reservedAmount property.voidSets the value of the shop property.voidsetShopOrderId(String value) Sets the value of the shopOrderId property.voidsetSurchargeAmount(double value) Sets the value of the surchargeAmount property.voidsetTerminal(String value) Sets the value of the terminal property.voidsetThreeDSecureResult(String value) Sets the value of the threeDSecureResult property.voidsetTransactionId(String value) Sets the value of the transactionId property.voidsetTransactionStatus(String value) Sets the value of the transactionStatus property.voidsetUpdatedDate(String value) Sets the value of the updatedDate property.
-
Field Details
-
transactionId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String transactionId -
paymentId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String paymentId -
authType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String authType -
cardStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String cardStatus -
creditCardExpiry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CreditCardExpiry creditCardExpiry -
creditCardToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String creditCardToken -
creditCardMaskedPan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String creditCardMaskedPan -
isTokenized
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected boolean isTokenized -
cardInformation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CardInformation cardInformation -
giftCardToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String giftCardToken -
maskedGiftCard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String maskedGiftCard -
threeDSecureResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String threeDSecureResult -
liableForChargeback
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String liableForChargeback -
cvvCheckResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String cvvCheckResult -
blacklistToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String blacklistToken -
shopOrderId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String shopOrderId -
shop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String shop -
terminal
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String terminal -
transactionStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String transactionStatus -
reasonCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String reasonCode -
cardHolderMessageMustBeShown
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Boolean cardHolderMessageMustBeShown -
merchantCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String merchantCurrency -
merchantCurrencyAlpha
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String merchantCurrencyAlpha -
cardHolderCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String cardHolderCurrency -
cardHolderCurrencyAlpha
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String cardHolderCurrencyAlpha -
reservedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected double reservedAmount -
capturedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected double capturedAmount -
refundedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected double refundedAmount -
creditedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected double creditedAmount -
recurringDefaultAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected double recurringDefaultAmount -
surchargeAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected double surchargeAmount -
createdDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String createdDate -
updatedDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String updatedDate -
paymentNature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String paymentNature -
paymentSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String paymentSource -
authorisationExpiryDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String authorisationExpiryDate -
paymentSchemeName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String paymentSchemeName -
paymentNatureService
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected PaymentNatureService paymentNatureService -
fraudRiskScore
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Double fraudRiskScore -
fraudExplanation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String fraudExplanation -
fraudRecommendation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String fraudRecommendation -
addressVerification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String addressVerification -
addressVerificationDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String addressVerificationDescription -
chargebackEvents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected ChargebackEvents chargebackEvents -
paymentInfos
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected PaymentInfos paymentInfos -
customerInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CustomerInfo customerInfo -
recipientInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected CustomerInfo recipientInfo -
invoiceOrderInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected InvoiceOrderInfo invoiceOrderInfo -
reconciliationIdentifiers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected ReconciliationIdentifiers reconciliationIdentifiers -
authentication
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected Authentication authentication
-
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
getTransactionId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getTransactionId()Gets the value of the transactionId property.- Returns:
- possible object is
String
-
setTransactionId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setTransactionId(String value) Sets the value of the transactionId property.- Parameters:
value- allowed object isString
-
getPaymentId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getPaymentId()Gets the value of the paymentId property.- Returns:
- possible object is
String
-
setPaymentId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setPaymentId(String value) Sets the value of the paymentId property.- Parameters:
value- allowed object isString
-
getAuthType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getAuthType()Gets the value of the authType property.- Returns:
- possible object is
String
-
setAuthType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setAuthType(String value) Sets the value of the authType property.- Parameters:
value- allowed object isString
-
getCardStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCardStatus()Gets the value of the cardStatus property.- Returns:
- possible object is
String
-
setCardStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCardStatus(String value) Sets the value of the cardStatus property.- Parameters:
value- allowed object isString
-
getCreditCardExpiry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CreditCardExpiry getCreditCardExpiry()Gets the value of the creditCardExpiry property.- Returns:
- possible object is
CreditCardExpiry
-
setCreditCardExpiry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCreditCardExpiry(CreditCardExpiry value) Sets the value of the creditCardExpiry property.- Parameters:
value- allowed object isCreditCardExpiry
-
getCreditCardToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCreditCardToken()Gets the value of the creditCardToken property.- Returns:
- possible object is
String
-
setCreditCardToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCreditCardToken(String value) Sets the value of the creditCardToken property.- Parameters:
value- allowed object isString
-
getCreditCardMaskedPan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCreditCardMaskedPan()Gets the value of the creditCardMaskedPan property.- Returns:
- possible object is
String
-
setCreditCardMaskedPan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCreditCardMaskedPan(String value) Sets the value of the creditCardMaskedPan property.- Parameters:
value- allowed object isString
-
isIsTokenized
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public boolean isIsTokenized()Gets the value of the isTokenized property. -
setIsTokenized
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setIsTokenized(boolean value) Sets the value of the isTokenized property. -
getCardInformation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CardInformation getCardInformation()Gets the value of the cardInformation property.- Returns:
- possible object is
CardInformation
-
setCardInformation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCardInformation(CardInformation value) Sets the value of the cardInformation property.- Parameters:
value- allowed object isCardInformation
-
getGiftCardToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getGiftCardToken()Gets the value of the giftCardToken property.- Returns:
- possible object is
String
-
setGiftCardToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setGiftCardToken(String value) Sets the value of the giftCardToken property.- Parameters:
value- allowed object isString
-
getMaskedGiftCard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getMaskedGiftCard()Gets the value of the maskedGiftCard property.- Returns:
- possible object is
String
-
setMaskedGiftCard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setMaskedGiftCard(String value) Sets the value of the maskedGiftCard property.- Parameters:
value- allowed object isString
-
getThreeDSecureResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getThreeDSecureResult()Gets the value of the threeDSecureResult property.- Returns:
- possible object is
String
-
setThreeDSecureResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setThreeDSecureResult(String value) Sets the value of the threeDSecureResult property.- Parameters:
value- allowed object isString
-
getLiableForChargeback
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getLiableForChargeback()Gets the value of the liableForChargeback property.- Returns:
- possible object is
String
-
setLiableForChargeback
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setLiableForChargeback(String value) Sets the value of the liableForChargeback property.- Parameters:
value- allowed object isString
-
getCVVCheckResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCVVCheckResult()Gets the value of the cvvCheckResult property.- Returns:
- possible object is
String
-
setCVVCheckResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCVVCheckResult(String value) Sets the value of the cvvCheckResult property.- Parameters:
value- allowed object isString
-
getBlacklistToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getBlacklistToken()Gets the value of the blacklistToken property.- Returns:
- possible object is
String
-
setBlacklistToken
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setBlacklistToken(String value) Sets the value of the blacklistToken property.- Parameters:
value- allowed object isString
-
getShopOrderId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getShopOrderId()Gets the value of the shopOrderId property.- Returns:
- possible object is
String
-
setShopOrderId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setShopOrderId(String value) Sets the value of the shopOrderId property.- Parameters:
value- allowed object isString
-
getShop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getShop()Gets the value of the shop property.- Returns:
- possible object is
String
-
setShop
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setShop(String value) Sets the value of the shop property.- Parameters:
value- allowed object isString
-
getTerminal
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getTerminal()Gets the value of the terminal property.- Returns:
- possible object is
String
-
setTerminal
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setTerminal(String value) Sets the value of the terminal property.- Parameters:
value- allowed object isString
-
getTransactionStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getTransactionStatus()Gets the value of the transactionStatus property.- Returns:
- possible object is
String
-
setTransactionStatus
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setTransactionStatus(String value) Sets the value of the transactionStatus property.- Parameters:
value- allowed object isString
-
getReasonCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getReasonCode()Gets the value of the reasonCode property.- Returns:
- possible object is
String
-
setReasonCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setReasonCode(String value) Sets the value of the reasonCode property.- Parameters:
value- allowed object isString
-
isCardHolderMessageMustBeShown
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Boolean isCardHolderMessageMustBeShown()Gets the value of the cardHolderMessageMustBeShown property.- Returns:
- possible object is
Boolean
-
setCardHolderMessageMustBeShown
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCardHolderMessageMustBeShown(Boolean value) Sets the value of the cardHolderMessageMustBeShown property.- Parameters:
value- allowed object isBoolean
-
getMerchantCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getMerchantCurrency()Gets the value of the merchantCurrency property.- Returns:
- possible object is
String
-
setMerchantCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setMerchantCurrency(String value) Sets the value of the merchantCurrency property.- Parameters:
value- allowed object isString
-
getMerchantCurrencyAlpha
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getMerchantCurrencyAlpha()Gets the value of the merchantCurrencyAlpha property.- Returns:
- possible object is
String
-
setMerchantCurrencyAlpha
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setMerchantCurrencyAlpha(String value) Sets the value of the merchantCurrencyAlpha property.- Parameters:
value- allowed object isString
-
getCardHolderCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCardHolderCurrency()Gets the value of the cardHolderCurrency property.- Returns:
- possible object is
String
-
setCardHolderCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCardHolderCurrency(String value) Sets the value of the cardHolderCurrency property.- Parameters:
value- allowed object isString
-
getCardHolderCurrencyAlpha
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCardHolderCurrencyAlpha()Gets the value of the cardHolderCurrencyAlpha property.- Returns:
- possible object is
String
-
setCardHolderCurrencyAlpha
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCardHolderCurrencyAlpha(String value) Sets the value of the cardHolderCurrencyAlpha property.- Parameters:
value- allowed object isString
-
getReservedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public double getReservedAmount()Gets the value of the reservedAmount property. -
setReservedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setReservedAmount(double value) Sets the value of the reservedAmount property. -
getCapturedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public double getCapturedAmount()Gets the value of the capturedAmount property. -
setCapturedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCapturedAmount(double value) Sets the value of the capturedAmount property. -
getRefundedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public double getRefundedAmount()Gets the value of the refundedAmount property. -
setRefundedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setRefundedAmount(double value) Sets the value of the refundedAmount property. -
getCreditedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public double getCreditedAmount()Gets the value of the creditedAmount property. -
setCreditedAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCreditedAmount(double value) Sets the value of the creditedAmount property. -
getRecurringDefaultAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public double getRecurringDefaultAmount()Gets the value of the recurringDefaultAmount property. -
setRecurringDefaultAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setRecurringDefaultAmount(double value) Sets the value of the recurringDefaultAmount property. -
getSurchargeAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public double getSurchargeAmount()Gets the value of the surchargeAmount property. -
setSurchargeAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setSurchargeAmount(double value) Sets the value of the surchargeAmount property. -
getCreatedDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getCreatedDate()Gets the value of the createdDate property.- Returns:
- possible object is
String
-
setCreatedDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCreatedDate(String value) Sets the value of the createdDate property.- Parameters:
value- allowed object isString
-
getUpdatedDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getUpdatedDate()Gets the value of the updatedDate property.- Returns:
- possible object is
String
-
setUpdatedDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setUpdatedDate(String value) Sets the value of the updatedDate property.- Parameters:
value- allowed object isString
-
getPaymentNature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getPaymentNature()Gets the value of the paymentNature property.- Returns:
- possible object is
String
-
setPaymentNature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setPaymentNature(String value) Sets the value of the paymentNature property.- Parameters:
value- allowed object isString
-
getPaymentSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getPaymentSource()Gets the value of the paymentSource property.- Returns:
- possible object is
String
-
setPaymentSource
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setPaymentSource(String value) Sets the value of the paymentSource property.- Parameters:
value- allowed object isString
-
getAuthorisationExpiryDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getAuthorisationExpiryDate()Gets the value of the authorisationExpiryDate property.- Returns:
- possible object is
String
-
setAuthorisationExpiryDate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setAuthorisationExpiryDate(String value) Sets the value of the authorisationExpiryDate property.- Parameters:
value- allowed object isString
-
getPaymentSchemeName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getPaymentSchemeName()Gets the value of the paymentSchemeName property.- Returns:
- possible object is
String
-
setPaymentSchemeName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setPaymentSchemeName(String value) Sets the value of the paymentSchemeName property.- Parameters:
value- allowed object isString
-
getPaymentNatureService
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public PaymentNatureService getPaymentNatureService()Gets the value of the paymentNatureService property.- Returns:
- possible object is
PaymentNatureService
-
setPaymentNatureService
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setPaymentNatureService(PaymentNatureService value) Sets the value of the paymentNatureService property.- Parameters:
value- allowed object isPaymentNatureService
-
getFraudRiskScore
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Double getFraudRiskScore()Gets the value of the fraudRiskScore property.- Returns:
- possible object is
Double
-
setFraudRiskScore
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setFraudRiskScore(Double value) Sets the value of the fraudRiskScore property.- Parameters:
value- allowed object isDouble
-
getFraudExplanation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getFraudExplanation()Gets the value of the fraudExplanation property.- Returns:
- possible object is
String
-
setFraudExplanation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setFraudExplanation(String value) Sets the value of the fraudExplanation property.- Parameters:
value- allowed object isString
-
getFraudRecommendation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getFraudRecommendation()Gets the value of the fraudRecommendation property.- Returns:
- possible object is
String
-
setFraudRecommendation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setFraudRecommendation(String value) Sets the value of the fraudRecommendation property.- Parameters:
value- allowed object isString
-
getAddressVerification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getAddressVerification()Gets the value of the addressVerification property.- Returns:
- possible object is
String
-
setAddressVerification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setAddressVerification(String value) Sets the value of the addressVerification property.- Parameters:
value- allowed object isString
-
getAddressVerificationDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getAddressVerificationDescription()Gets the value of the addressVerificationDescription property.- Returns:
- possible object is
String
-
setAddressVerificationDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setAddressVerificationDescription(String value) Sets the value of the addressVerificationDescription property.- Parameters:
value- allowed object isString
-
getChargebackEvents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public ChargebackEvents getChargebackEvents()Gets the value of the chargebackEvents property.- Returns:
- possible object is
ChargebackEvents
-
setChargebackEvents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setChargebackEvents(ChargebackEvents value) Sets the value of the chargebackEvents property.- Parameters:
value- allowed object isChargebackEvents
-
getPaymentInfos
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public PaymentInfos getPaymentInfos()Gets the value of the paymentInfos property.- Returns:
- possible object is
PaymentInfos
-
setPaymentInfos
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setPaymentInfos(PaymentInfos value) Sets the value of the paymentInfos property.- Parameters:
value- allowed object isPaymentInfos
-
getCustomerInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CustomerInfo getCustomerInfo()Gets the value of the customerInfo property.- Returns:
- possible object is
CustomerInfo
-
setCustomerInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setCustomerInfo(CustomerInfo value) Sets the value of the customerInfo property.- Parameters:
value- allowed object isCustomerInfo
-
getRecipientInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public CustomerInfo getRecipientInfo()Gets the value of the recipientInfo property.- Returns:
- possible object is
CustomerInfo
-
setRecipientInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setRecipientInfo(CustomerInfo value) Sets the value of the recipientInfo property.- Parameters:
value- allowed object isCustomerInfo
-
getInvoiceOrderInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public InvoiceOrderInfo getInvoiceOrderInfo()Gets the value of the invoiceOrderInfo property.- Returns:
- possible object is
InvoiceOrderInfo
-
setInvoiceOrderInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setInvoiceOrderInfo(InvoiceOrderInfo value) Sets the value of the invoiceOrderInfo property.- Parameters:
value- allowed object isInvoiceOrderInfo
-
getReconciliationIdentifiers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public ReconciliationIdentifiers getReconciliationIdentifiers()Gets the value of the reconciliationIdentifiers property.- Returns:
- possible object is
ReconciliationIdentifiers
-
setReconciliationIdentifiers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setReconciliationIdentifiers(ReconciliationIdentifiers value) Sets the value of the reconciliationIdentifiers property.- Parameters:
value- allowed object isReconciliationIdentifiers
-
getAuthentication
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public Authentication getAuthentication()Gets the value of the authentication property.- Returns:
- possible object is
Authentication
-
setAuthentication
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setAuthentication(Authentication value) Sets the value of the authentication property.- Parameters:
value- allowed object isAuthentication
-