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="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" 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>
<element name="subscriptionIds" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}SubscriptionIdList" minOccurs="0"/>
<element name="originalNetworkTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}networkTransId" minOccurs="0"/>
<element name="originalAuthAmount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.00"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerPaymentProfileId |
protected String |
customerProfileId |
protected Boolean |
defaultPaymentProfile |
protected DriversLicenseMaskedType |
driversLicense |
protected BigDecimal |
originalAuthAmount |
protected String |
originalNetworkTransId |
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.
|
BigDecimal |
getOriginalAuthAmount()
Gets the value of the originalAuthAmount property.
|
String |
getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId 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.
|
Boolean |
isDefaultPaymentProfile()
Gets the value of the defaultPaymentProfile property.
|
void |
setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setDefaultPaymentProfile(Boolean value)
Sets the value of the defaultPaymentProfile property.
|
void |
setDriversLicense(DriversLicenseMaskedType value)
Sets the value of the driversLicense property.
|
void |
setOriginalAuthAmount(BigDecimal value)
Sets the value of the originalAuthAmount property.
|
void |
setOriginalNetworkTransId(String value)
Sets the value of the originalNetworkTransId 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 Boolean defaultPaymentProfile
protected PaymentMaskedType payment
protected DriversLicenseMaskedType driversLicense
protected String taxId
protected SubscriptionIdList subscriptionIds
protected String originalNetworkTransId
protected BigDecimal originalAuthAmount
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 Boolean isDefaultPaymentProfile()
Booleanpublic void setDefaultPaymentProfile(Boolean value)
value - allowed object is
Booleanpublic 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
SubscriptionIdListpublic String getOriginalNetworkTransId()
Stringpublic void setOriginalNetworkTransId(String value)
value - allowed object is
Stringpublic BigDecimal getOriginalAuthAmount()
BigDecimalpublic void setOriginalAuthAmount(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2022. All rights reserved.