net.authorize.api.contract.v1
Class CustomerPaymentProfileExType

java.lang.Object
  extended by net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
      extended by net.authorize.api.contract.v1.CustomerPaymentProfileType
          extended by net.authorize.api.contract.v1.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 Summary
protected  String customerPaymentProfileId
           
 
Fields inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileType
driversLicense, payment, taxId
 
Fields inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
billTo, customerType
 
Constructor Summary
CustomerPaymentProfileExType()
           
 
Method Summary
 String getCustomerPaymentProfileId()
          Gets the value of the customerPaymentProfileId property.
 void setCustomerPaymentProfileId(String value)
          Sets the value of the customerPaymentProfileId property.
 
Methods inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileType
getDriversLicense, getPayment, getTaxId, setDriversLicense, setPayment, setTaxId
 
Methods inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
getBillTo, getCustomerType, setBillTo, setCustomerType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2014. All Rights Reserved.