Package net.authorize.api.contract.v1
Class CustomerPaymentProfileExType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
-
- net.authorize.api.contract.v1.CustomerPaymentProfileType
-
- 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
Fields Modifier and Type Field Description protected StringcustomerPaymentProfileId-
Fields inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileType
defaultPaymentProfile, driversLicense, excludeFromAccountUpdater, payment, subsequentAuthInformation, taxId
-
Fields inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
billTo, customerType
-
-
Constructor Summary
Constructors Constructor Description CustomerPaymentProfileExType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerPaymentProfileId()Gets the value of the customerPaymentProfileId property.voidsetCustomerPaymentProfileId(String value)Sets the value of the customerPaymentProfileId property.-
Methods inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileType
getDriversLicense, getPayment, getSubsequentAuthInformation, getTaxId, isDefaultPaymentProfile, isExcludeFromAccountUpdater, setDefaultPaymentProfile, setDriversLicense, setExcludeFromAccountUpdater, setPayment, setSubsequentAuthInformation, setTaxId
-
Methods inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
getBillTo, getCustomerType, setBillTo, setCustomerType
-
-