Class CustomerPaymentProfileMaskedType


  • public class CustomerPaymentProfileMaskedType
    extends CustomerPaymentProfileBaseType

    Java class for customerPaymentProfileMaskedType complex type.

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

     <complexType name="customerPaymentProfileMaskedType">
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileBaseType">
           <sequence>
             <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
             <element name="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="payment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType" minOccurs="0"/>
             <element name="driversLicense" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}driversLicenseMaskedType" minOccurs="0"/>
             <element name="taxId" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="8"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="subscriptionIds" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}SubscriptionIdList" minOccurs="0"/>
             <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>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customerProfileId

        protected String customerProfileId
      • customerPaymentProfileId

        protected String customerPaymentProfileId
      • defaultPaymentProfile

        protected Boolean defaultPaymentProfile
      • taxId

        protected String taxId
      • originalNetworkTransId

        protected String originalNetworkTransId
      • originalAuthAmount

        protected BigDecimal originalAuthAmount
      • excludeFromAccountUpdater

        protected Boolean excludeFromAccountUpdater
    • Constructor Detail

      • CustomerPaymentProfileMaskedType

        public CustomerPaymentProfileMaskedType()
    • Method Detail

      • getCustomerProfileId

        public String getCustomerProfileId()
        Gets the value of the customerProfileId property.
        Returns:
        possible object is String
      • setCustomerProfileId

        public void setCustomerProfileId​(String value)
        Sets the value of the customerProfileId property.
        Parameters:
        value - allowed object is String
      • getCustomerPaymentProfileId

        public String getCustomerPaymentProfileId()
        Gets the value of the customerPaymentProfileId property.
        Returns:
        possible object is String
      • setCustomerPaymentProfileId

        public void setCustomerPaymentProfileId​(String value)
        Sets the value of the customerPaymentProfileId property.
        Parameters:
        value - allowed object is String
      • 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
      • getTaxId

        public String getTaxId()
        Gets the value of the taxId property.
        Returns:
        possible object is String
      • setTaxId

        public void setTaxId​(String value)
        Sets the value of the taxId property.
        Parameters:
        value - allowed object is String
      • setSubscriptionIds

        public void setSubscriptionIds​(SubscriptionIdList value)
        Sets the value of the subscriptionIds property.
        Parameters:
        value - allowed object is SubscriptionIdList
      • 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