|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.CustomerPaymentProfileBaseType
net.authorize.api.contract.v1.CustomerPaymentProfileMaskedType
public class CustomerPaymentProfileMaskedType
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="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<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>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
customerPaymentProfileId
|
protected DriversLicenseMaskedType |
driversLicense
|
protected PaymentMaskedType |
payment
|
protected String |
taxId
|
| Fields inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileBaseType |
|---|
billTo, customerType |
| Constructor Summary | |
|---|---|
CustomerPaymentProfileMaskedType()
|
|
| Method Summary | |
|---|---|
String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property. |
DriversLicenseMaskedType |
getDriversLicense()
Gets the value of the driversLicense property. |
PaymentMaskedType |
getPayment()
Gets the value of the payment property. |
String |
getTaxId()
Gets the value of the taxId property. |
void |
setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId property. |
void |
setDriversLicense(DriversLicenseMaskedType value)
Sets the value of the driversLicense property. |
void |
setPayment(PaymentMaskedType value)
Sets the value of the payment property. |
void |
setTaxId(String value)
Sets the value of the taxId property. |
| 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 |
|---|
protected String customerPaymentProfileId
protected PaymentMaskedType payment
protected DriversLicenseMaskedType driversLicense
protected String taxId
| Constructor Detail |
|---|
public CustomerPaymentProfileMaskedType()
| Method Detail |
|---|
public 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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||