Class Body

java.lang.Object
com.pensio.api.generated.Body

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public class Body extends Object

Java class for Body complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Body">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SurchageAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="SurchargeAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PaReq" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RedirectUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RedirectResponse" type="{}RedirectResponse" minOccurs="0"/>
         <element name="Transactions" type="{}Transactions" minOccurs="0"/>
         <element name="Actions" type="{}Actions" minOccurs="0"/>
         <element name="MerchantErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CardHolderErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MerchantErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CardHolderMessageMustBeShown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CaptureAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CaptureCurrency" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CaptureResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PreauthAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="RefundedAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="RefundCurrency" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RefundResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CancelResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SplitResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResultFilter" type="{}ResultFilter" minOccurs="0"/>
         <element name="PaymentRequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DynamicJavascriptUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AppUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="orderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="returnUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RecurringDefaultAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="GiftCard" type="{}GiftCard" minOccurs="0"/>
         <element name="Fundings" type="{}Fundings" minOccurs="0"/>
         <element name="Accounts" type="{}Accounts" minOccurs="0"/>
         <element name="Terminals" type="{}Terminals" minOccurs="0"/>
         <element name="User" type="{}User" minOccurs="0"/>
         <element name="Shop" type="{}MerchantShop" minOccurs="0"/>
         <element name="Terminal" type="{}Terminal" minOccurs="0"/>
         <element name="ApplePaySession" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • result

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String result
    • surchageAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Double surchageAmount
    • surchargeAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Double surchargeAmount
    • paReq

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String paReq
    • redirectUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String redirectUrl
    • redirectResponse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected RedirectResponse redirectResponse
    • transactions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Transactions transactions
    • actions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Actions actions
    • merchantErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String merchantErrorMessage
    • cardHolderErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String cardHolderErrorMessage
    • merchantErrorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String merchantErrorCode
    • cardHolderMessageMustBeShown

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Boolean cardHolderMessageMustBeShown
    • captureAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String captureAmount
    • captureCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String captureCurrency
    • captureResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String captureResult
    • status

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String status
    • preauthAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Double preauthAmount
    • refundedAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Double refundedAmount
    • refundCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String refundCurrency
    • refundResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String refundResult
    • cancelResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String cancelResult
    • splitResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String splitResult
    • resultFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected ResultFilter resultFilter
    • paymentRequestId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String paymentRequestId
    • url

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String url
    • dynamicJavascriptUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String dynamicJavascriptUrl
    • appUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String appUrl
    • orderId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String orderId
    • returnUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String returnUrl
    • recurringDefaultAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Double recurringDefaultAmount
    • giftCard

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected GiftCard giftCard
    • fundings

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Fundings fundings
    • accounts

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Accounts accounts
    • terminals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Terminals terminals
    • user

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected User user
    • shop

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected MerchantShop shop
    • terminal

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected Terminal terminal
    • applePaySession

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String applePaySession
  • Constructor Details

    • Body

      public Body()
  • Method Details

    • getResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getResult()
      Gets the value of the result property.
      Returns:
      possible object is String
    • setResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setResult(String value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is String
    • getSurchageAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Double getSurchageAmount()
      Gets the value of the surchageAmount property.
      Returns:
      possible object is Double
    • setSurchageAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setSurchageAmount(Double value)
      Sets the value of the surchageAmount property.
      Parameters:
      value - allowed object is Double
    • getSurchargeAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Double getSurchargeAmount()
      Gets the value of the surchargeAmount property.
      Returns:
      possible object is Double
    • setSurchargeAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setSurchargeAmount(Double value)
      Sets the value of the surchargeAmount property.
      Parameters:
      value - allowed object is Double
    • getPaReq

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getPaReq()
      Gets the value of the paReq property.
      Returns:
      possible object is String
    • setPaReq

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setPaReq(String value)
      Sets the value of the paReq property.
      Parameters:
      value - allowed object is String
    • getRedirectUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getRedirectUrl()
      Gets the value of the redirectUrl property.
      Returns:
      possible object is String
    • setRedirectUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setRedirectUrl(String value)
      Sets the value of the redirectUrl property.
      Parameters:
      value - allowed object is String
    • getRedirectResponse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public RedirectResponse getRedirectResponse()
      Gets the value of the redirectResponse property.
      Returns:
      possible object is RedirectResponse
    • setRedirectResponse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setRedirectResponse(RedirectResponse value)
      Sets the value of the redirectResponse property.
      Parameters:
      value - allowed object is RedirectResponse
    • getTransactions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Transactions getTransactions()
      Gets the value of the transactions property.
      Returns:
      possible object is Transactions
    • setTransactions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setTransactions(Transactions value)
      Sets the value of the transactions property.
      Parameters:
      value - allowed object is Transactions
    • getActions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Actions getActions()
      Gets the value of the actions property.
      Returns:
      possible object is Actions
    • setActions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setActions(Actions value)
      Sets the value of the actions property.
      Parameters:
      value - allowed object is Actions
    • getMerchantErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getMerchantErrorMessage()
      Gets the value of the merchantErrorMessage property.
      Returns:
      possible object is String
    • setMerchantErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setMerchantErrorMessage(String value)
      Sets the value of the merchantErrorMessage property.
      Parameters:
      value - allowed object is String
    • getCardHolderErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCardHolderErrorMessage()
      Gets the value of the cardHolderErrorMessage property.
      Returns:
      possible object is String
    • setCardHolderErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCardHolderErrorMessage(String value)
      Sets the value of the cardHolderErrorMessage property.
      Parameters:
      value - allowed object is String
    • getMerchantErrorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getMerchantErrorCode()
      Gets the value of the merchantErrorCode property.
      Returns:
      possible object is String
    • setMerchantErrorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setMerchantErrorCode(String value)
      Sets the value of the merchantErrorCode property.
      Parameters:
      value - allowed object is String
    • isCardHolderMessageMustBeShown

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") 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 v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCardHolderMessageMustBeShown(Boolean value)
      Sets the value of the cardHolderMessageMustBeShown property.
      Parameters:
      value - allowed object is Boolean
    • getCaptureAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCaptureAmount()
      Gets the value of the captureAmount property.
      Returns:
      possible object is String
    • setCaptureAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCaptureAmount(String value)
      Sets the value of the captureAmount property.
      Parameters:
      value - allowed object is String
    • getCaptureCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCaptureCurrency()
      Gets the value of the captureCurrency property.
      Returns:
      possible object is String
    • setCaptureCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCaptureCurrency(String value)
      Sets the value of the captureCurrency property.
      Parameters:
      value - allowed object is String
    • getCaptureResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCaptureResult()
      Gets the value of the captureResult property.
      Returns:
      possible object is String
    • setCaptureResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCaptureResult(String value)
      Sets the value of the captureResult property.
      Parameters:
      value - allowed object is String
    • getStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getPreauthAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Double getPreauthAmount()
      Gets the value of the preauthAmount property.
      Returns:
      possible object is Double
    • setPreauthAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setPreauthAmount(Double value)
      Sets the value of the preauthAmount property.
      Parameters:
      value - allowed object is Double
    • getRefundedAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Double getRefundedAmount()
      Gets the value of the refundedAmount property.
      Returns:
      possible object is Double
    • setRefundedAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setRefundedAmount(Double value)
      Sets the value of the refundedAmount property.
      Parameters:
      value - allowed object is Double
    • getRefundCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getRefundCurrency()
      Gets the value of the refundCurrency property.
      Returns:
      possible object is String
    • setRefundCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setRefundCurrency(String value)
      Sets the value of the refundCurrency property.
      Parameters:
      value - allowed object is String
    • getRefundResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getRefundResult()
      Gets the value of the refundResult property.
      Returns:
      possible object is String
    • setRefundResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setRefundResult(String value)
      Sets the value of the refundResult property.
      Parameters:
      value - allowed object is String
    • getCancelResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCancelResult()
      Gets the value of the cancelResult property.
      Returns:
      possible object is String
    • setCancelResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCancelResult(String value)
      Sets the value of the cancelResult property.
      Parameters:
      value - allowed object is String
    • getSplitResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getSplitResult()
      Gets the value of the splitResult property.
      Returns:
      possible object is String
    • setSplitResult

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setSplitResult(String value)
      Sets the value of the splitResult property.
      Parameters:
      value - allowed object is String
    • getResultFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public ResultFilter getResultFilter()
      Gets the value of the resultFilter property.
      Returns:
      possible object is ResultFilter
    • setResultFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setResultFilter(ResultFilter value)
      Sets the value of the resultFilter property.
      Parameters:
      value - allowed object is ResultFilter
    • getPaymentRequestId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getPaymentRequestId()
      Gets the value of the paymentRequestId property.
      Returns:
      possible object is String
    • setPaymentRequestId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setPaymentRequestId(String value)
      Sets the value of the paymentRequestId property.
      Parameters:
      value - allowed object is String
    • getUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getDynamicJavascriptUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getDynamicJavascriptUrl()
      Gets the value of the dynamicJavascriptUrl property.
      Returns:
      possible object is String
    • setDynamicJavascriptUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setDynamicJavascriptUrl(String value)
      Sets the value of the dynamicJavascriptUrl property.
      Parameters:
      value - allowed object is String
    • getAppUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getAppUrl()
      Gets the value of the appUrl property.
      Returns:
      possible object is String
    • setAppUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAppUrl(String value)
      Sets the value of the appUrl property.
      Parameters:
      value - allowed object is String
    • getOrderId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getOrderId()
      Gets the value of the orderId property.
      Returns:
      possible object is String
    • setOrderId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setOrderId(String value)
      Sets the value of the orderId property.
      Parameters:
      value - allowed object is String
    • getReturnUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getReturnUrl()
      Gets the value of the returnUrl property.
      Returns:
      possible object is String
    • setReturnUrl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setReturnUrl(String value)
      Sets the value of the returnUrl property.
      Parameters:
      value - allowed object is String
    • getRecurringDefaultAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Double getRecurringDefaultAmount()
      Gets the value of the recurringDefaultAmount property.
      Returns:
      possible object is Double
    • setRecurringDefaultAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setRecurringDefaultAmount(Double value)
      Sets the value of the recurringDefaultAmount property.
      Parameters:
      value - allowed object is Double
    • getGiftCard

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public GiftCard getGiftCard()
      Gets the value of the giftCard property.
      Returns:
      possible object is GiftCard
    • setGiftCard

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setGiftCard(GiftCard value)
      Sets the value of the giftCard property.
      Parameters:
      value - allowed object is GiftCard
    • getFundings

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Fundings getFundings()
      Gets the value of the fundings property.
      Returns:
      possible object is Fundings
    • setFundings

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setFundings(Fundings value)
      Sets the value of the fundings property.
      Parameters:
      value - allowed object is Fundings
    • getAccounts

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Accounts getAccounts()
      Gets the value of the accounts property.
      Returns:
      possible object is Accounts
    • setAccounts

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAccounts(Accounts value)
      Sets the value of the accounts property.
      Parameters:
      value - allowed object is Accounts
    • getTerminals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Terminals getTerminals()
      Gets the value of the terminals property.
      Returns:
      possible object is Terminals
    • setTerminals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setTerminals(Terminals value)
      Sets the value of the terminals property.
      Parameters:
      value - allowed object is Terminals
    • getUser

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public User getUser()
      Gets the value of the user property.
      Returns:
      possible object is User
    • setUser

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setUser(User value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is User
    • getShop

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public MerchantShop getShop()
      Gets the value of the shop property.
      Returns:
      possible object is MerchantShop
    • setShop

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setShop(MerchantShop value)
      Sets the value of the shop property.
      Parameters:
      value - allowed object is MerchantShop
    • getTerminal

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public Terminal getTerminal()
      Gets the value of the terminal property.
      Returns:
      possible object is Terminal
    • setTerminal

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setTerminal(Terminal value)
      Sets the value of the terminal property.
      Parameters:
      value - allowed object is Terminal
    • getApplePaySession

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getApplePaySession()
      Gets the value of the applePaySession property.
      Returns:
      possible object is String
    • setApplePaySession

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setApplePaySession(String value)
      Sets the value of the applePaySession property.
      Parameters:
      value - allowed object is String