public class CustomerPaymentProfileMaskedType extends CustomerPaymentProfileBaseType
Java class for customerPaymentProfileMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerPaymentProfileMaskedType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileBaseType">
<sequence>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="payment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType" minOccurs="0"/>
<element name="driversLicense" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}driversLicenseMaskedType" minOccurs="0"/>
<element name="taxId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="subscriptionIds" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}SubscriptionIdList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerPaymentProfileId |
protected String |
customerProfileId |
protected DriversLicenseMaskedType |
driversLicense |
protected PaymentMaskedType |
payment |
protected SubscriptionIdList |
subscriptionIds |
protected String |
taxId |
billTo, customerType| Constructor and Description |
|---|
CustomerPaymentProfileMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
DriversLicenseMaskedType |
getDriversLicense()
Gets the value of the driversLicense property.
|
PaymentMaskedType |
getPayment()
Gets the value of the payment property.
|
SubscriptionIdList |
getSubscriptionIds()
Gets the value of the subscriptionIds property.
|
String |
getTaxId()
Gets the value of the taxId property.
|
void |
setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setDriversLicense(DriversLicenseMaskedType value)
Sets the value of the driversLicense property.
|
void |
setPayment(PaymentMaskedType value)
Sets the value of the payment property.
|
void |
setSubscriptionIds(SubscriptionIdList value)
Sets the value of the subscriptionIds property.
|
void |
setTaxId(String value)
Sets the value of the taxId property.
|
getBillTo, getCustomerType, setBillTo, setCustomerTypeprotected String customerProfileId
protected String customerPaymentProfileId
protected PaymentMaskedType payment
protected DriversLicenseMaskedType driversLicense
protected String taxId
protected SubscriptionIdList subscriptionIds
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic String getCustomerPaymentProfileId()
Stringpublic void setCustomerPaymentProfileId(String value)
value - allowed object is
Stringpublic PaymentMaskedType getPayment()
PaymentMaskedTypepublic void setPayment(PaymentMaskedType value)
value - allowed object is
PaymentMaskedTypepublic DriversLicenseMaskedType getDriversLicense()
DriversLicenseMaskedTypepublic void setDriversLicense(DriversLicenseMaskedType value)
value - allowed object is
DriversLicenseMaskedTypepublic String getTaxId()
Stringpublic void setTaxId(String value)
value - allowed object is
Stringpublic SubscriptionIdList getSubscriptionIds()
SubscriptionIdListpublic void setSubscriptionIds(SubscriptionIdList value)
value - allowed object is
SubscriptionIdListCopyright © 2016. All Rights Reserved.