Class CustomerPaymentProfileListItemType


  • public class CustomerPaymentProfileListItemType
    extends Object

    Java class for customerPaymentProfileListItemType complex type.

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

     <complexType name="customerPaymentProfileListItemType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="customerPaymentProfileId" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="customerProfileId" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="billTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType"/>
             <element name="payment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType"/>
             <element name="originalNetworkTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}networkTransId" minOccurs="0"/>
             <element name="originalAuthAmount" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                   <minInclusive value="0.00"/>
                   <fractionDigits value="4"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="excludeFromAccountUpdater" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • defaultPaymentProfile

        protected Boolean defaultPaymentProfile
      • customerPaymentProfileId

        protected int customerPaymentProfileId
      • customerProfileId

        protected int customerProfileId
      • originalNetworkTransId

        protected String originalNetworkTransId
      • originalAuthAmount

        protected BigDecimal originalAuthAmount
      • excludeFromAccountUpdater

        protected Boolean excludeFromAccountUpdater
    • Constructor Detail

      • CustomerPaymentProfileListItemType

        public CustomerPaymentProfileListItemType()
    • Method Detail

      • isDefaultPaymentProfile

        public Boolean isDefaultPaymentProfile()
        Gets the value of the defaultPaymentProfile property.
        Returns:
        possible object is Boolean
      • setDefaultPaymentProfile

        public void setDefaultPaymentProfile​(Boolean value)
        Sets the value of the defaultPaymentProfile property.
        Parameters:
        value - allowed object is Boolean
      • getCustomerPaymentProfileId

        public int getCustomerPaymentProfileId()
        Gets the value of the customerPaymentProfileId property.
      • setCustomerPaymentProfileId

        public void setCustomerPaymentProfileId​(int value)
        Sets the value of the customerPaymentProfileId property.
      • getCustomerProfileId

        public int getCustomerProfileId()
        Gets the value of the customerProfileId property.
      • setCustomerProfileId

        public void setCustomerProfileId​(int value)
        Sets the value of the customerProfileId property.
      • getOriginalNetworkTransId

        public String getOriginalNetworkTransId()
        Gets the value of the originalNetworkTransId property.
        Returns:
        possible object is String
      • setOriginalNetworkTransId

        public void setOriginalNetworkTransId​(String value)
        Sets the value of the originalNetworkTransId property.
        Parameters:
        value - allowed object is String
      • getOriginalAuthAmount

        public BigDecimal getOriginalAuthAmount()
        Gets the value of the originalAuthAmount property.
        Returns:
        possible object is BigDecimal
      • setOriginalAuthAmount

        public void setOriginalAuthAmount​(BigDecimal value)
        Sets the value of the originalAuthAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • isExcludeFromAccountUpdater

        public Boolean isExcludeFromAccountUpdater()
        Gets the value of the excludeFromAccountUpdater property.
        Returns:
        possible object is Boolean
      • setExcludeFromAccountUpdater

        public void setExcludeFromAccountUpdater​(Boolean value)
        Sets the value of the excludeFromAccountUpdater property.
        Parameters:
        value - allowed object is Boolean