Class CustomerProfilePaymentType


  • public class CustomerProfilePaymentType
    extends Object

    Java class for customerProfilePaymentType complex type.

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

     <complexType name="customerProfilePaymentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="createProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="paymentProfile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentProfile" minOccurs="0"/>
             <element name="shippingProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • createProfile

        protected Boolean createProfile
      • customerProfileId

        protected String customerProfileId
      • shippingProfileId

        protected String shippingProfileId
    • Constructor Detail

      • CustomerProfilePaymentType

        public CustomerProfilePaymentType()
    • Method Detail

      • isCreateProfile

        public Boolean isCreateProfile()
        Gets the value of the createProfile property.
        Returns:
        possible object is Boolean
      • setCreateProfile

        public void setCreateProfile​(Boolean value)
        Sets the value of the createProfile property.
        Parameters:
        value - allowed object is Boolean
      • 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
      • getPaymentProfile

        public PaymentProfile getPaymentProfile()
        Gets the value of the paymentProfile property.
        Returns:
        possible object is PaymentProfile
      • setPaymentProfile

        public void setPaymentProfile​(PaymentProfile value)
        Sets the value of the paymentProfile property.
        Parameters:
        value - allowed object is PaymentProfile
      • getShippingProfileId

        public String getShippingProfileId()
        Gets the value of the shippingProfileId property.
        Returns:
        possible object is String
      • setShippingProfileId

        public void setShippingProfileId​(String value)
        Sets the value of the shippingProfileId property.
        Parameters:
        value - allowed object is String