Class CustomerPaymentProfileExType


  • public class CustomerPaymentProfileExType
    extends CustomerPaymentProfileType

    Java class for customerPaymentProfileExType complex type.

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

     <complexType name="customerPaymentProfileExType">
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileType">
           <sequence>
             <element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customerPaymentProfileId

        protected String customerPaymentProfileId
    • Constructor Detail

      • CustomerPaymentProfileExType

        public CustomerPaymentProfileExType()
    • Method Detail

      • 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