net.authorize.api.contract.v1
Class CustomerPaymentProfileBaseType

java.lang.Object
  extended by net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
Direct Known Subclasses:
CustomerPaymentProfileMaskedType, CustomerPaymentProfileType

public class CustomerPaymentProfileBaseType
extends Object

Java class for customerPaymentProfileBaseType complex type.

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

 <complexType name="customerPaymentProfileBaseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customerType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerTypeEnum" minOccurs="0"/>
         <element name="billTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CustomerAddressType billTo
           
protected  CustomerTypeEnum customerType
           
 
Constructor Summary
CustomerPaymentProfileBaseType()
           
 
Method Summary
 CustomerAddressType getBillTo()
          Gets the value of the billTo property.
 CustomerTypeEnum getCustomerType()
          Gets the value of the customerType property.
 void setBillTo(CustomerAddressType value)
          Sets the value of the billTo property.
 void setCustomerType(CustomerTypeEnum value)
          Sets the value of the customerType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerType

protected CustomerTypeEnum customerType

billTo

protected CustomerAddressType billTo
Constructor Detail

CustomerPaymentProfileBaseType

public CustomerPaymentProfileBaseType()
Method Detail

getCustomerType

public CustomerTypeEnum getCustomerType()
Gets the value of the customerType property.

Returns:
possible object is CustomerTypeEnum

setCustomerType

public void setCustomerType(CustomerTypeEnum value)
Sets the value of the customerType property.

Parameters:
value - allowed object is CustomerTypeEnum

getBillTo

public CustomerAddressType getBillTo()
Gets the value of the billTo property.

Returns:
possible object is CustomerAddressType

setBillTo

public void setBillTo(CustomerAddressType value)
Sets the value of the billTo property.

Parameters:
value - allowed object is CustomerAddressType


Copyright © 2014. All Rights Reserved.