Package net.authorize.api.contract.v1
Class CustomerPaymentProfileMaskedType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
-
- net.authorize.api.contract.v1.CustomerPaymentProfileMaskedType
-
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> <element name="excludeFromAccountUpdater" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcustomerPaymentProfileIdprotected StringcustomerProfileIdprotected BooleandefaultPaymentProfileprotected DriversLicenseMaskedTypedriversLicenseprotected BooleanexcludeFromAccountUpdaterprotected BigDecimaloriginalAuthAmountprotected StringoriginalNetworkTransIdprotected PaymentMaskedTypepaymentprotected SubscriptionIdListsubscriptionIdsprotected StringtaxId-
Fields inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
billTo, customerType
-
-
Constructor Summary
Constructors Constructor Description CustomerPaymentProfileMaskedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerPaymentProfileId()Gets the value of the customerPaymentProfileId property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.DriversLicenseMaskedTypegetDriversLicense()Gets the value of the driversLicense property.BigDecimalgetOriginalAuthAmount()Gets the value of the originalAuthAmount property.StringgetOriginalNetworkTransId()Gets the value of the originalNetworkTransId property.PaymentMaskedTypegetPayment()Gets the value of the payment property.SubscriptionIdListgetSubscriptionIds()Gets the value of the subscriptionIds property.StringgetTaxId()Gets the value of the taxId property.BooleanisDefaultPaymentProfile()Gets the value of the defaultPaymentProfile property.BooleanisExcludeFromAccountUpdater()Gets the value of the excludeFromAccountUpdater property.voidsetCustomerPaymentProfileId(String value)Sets the value of the customerPaymentProfileId property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId property.voidsetDefaultPaymentProfile(Boolean value)Sets the value of the defaultPaymentProfile property.voidsetDriversLicense(DriversLicenseMaskedType value)Sets the value of the driversLicense property.voidsetExcludeFromAccountUpdater(Boolean value)Sets the value of the excludeFromAccountUpdater property.voidsetOriginalAuthAmount(BigDecimal value)Sets the value of the originalAuthAmount property.voidsetOriginalNetworkTransId(String value)Sets the value of the originalNetworkTransId property.voidsetPayment(PaymentMaskedType value)Sets the value of the payment property.voidsetSubscriptionIds(SubscriptionIdList value)Sets the value of the subscriptionIds property.voidsetTaxId(String value)Sets the value of the taxId property.-
Methods inherited from class net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
getBillTo, getCustomerType, setBillTo, setCustomerType
-
-
-
-
Field Detail
-
customerProfileId
protected String customerProfileId
-
customerPaymentProfileId
protected String customerPaymentProfileId
-
defaultPaymentProfile
protected Boolean defaultPaymentProfile
-
payment
protected PaymentMaskedType payment
-
driversLicense
protected DriversLicenseMaskedType driversLicense
-
taxId
protected String taxId
-
subscriptionIds
protected SubscriptionIdList subscriptionIds
-
originalNetworkTransId
protected String originalNetworkTransId
-
originalAuthAmount
protected BigDecimal originalAuthAmount
-
excludeFromAccountUpdater
protected Boolean excludeFromAccountUpdater
-
-
Method Detail
-
getCustomerProfileId
public String getCustomerProfileId()
Gets the value of the customerProfileId property.- Returns:
- possible object is
String
-
setCustomerProfileId
public void setCustomerProfileId(String value)
Sets the value of the customerProfileId property.- Parameters:
value- allowed object isString
-
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 isString
-
isDefaultPaymentProfile
public Boolean isDefaultPaymentProfile()
Gets the value of the defaultPaymentProfile property.- Returns:
- possible object is
Boolean
-
setDefaultPaymentProfile
public void setDefaultPaymentProfile(Boolean value)
Sets the value of the defaultPaymentProfile property.- Parameters:
value- allowed object isBoolean
-
getPayment
public PaymentMaskedType getPayment()
Gets the value of the payment property.- Returns:
- possible object is
PaymentMaskedType
-
setPayment
public void setPayment(PaymentMaskedType value)
Sets the value of the payment property.- Parameters:
value- allowed object isPaymentMaskedType
-
getDriversLicense
public DriversLicenseMaskedType getDriversLicense()
Gets the value of the driversLicense property.- Returns:
- possible object is
DriversLicenseMaskedType
-
setDriversLicense
public void setDriversLicense(DriversLicenseMaskedType value)
Sets the value of the driversLicense property.- Parameters:
value- allowed object isDriversLicenseMaskedType
-
getTaxId
public String getTaxId()
Gets the value of the taxId property.- Returns:
- possible object is
String
-
setTaxId
public void setTaxId(String value)
Sets the value of the taxId property.- Parameters:
value- allowed object isString
-
getSubscriptionIds
public SubscriptionIdList getSubscriptionIds()
Gets the value of the subscriptionIds property.- Returns:
- possible object is
SubscriptionIdList
-
setSubscriptionIds
public void setSubscriptionIds(SubscriptionIdList value)
Sets the value of the subscriptionIds property.- Parameters:
value- allowed object isSubscriptionIdList
-
getOriginalNetworkTransId
public String getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId property.- Returns:
- possible object is
String
-
setOriginalNetworkTransId
public void setOriginalNetworkTransId(String value)
Sets the value of the originalNetworkTransId property.- Parameters:
value- allowed object isString
-
getOriginalAuthAmount
public BigDecimal getOriginalAuthAmount()
Gets the value of the originalAuthAmount property.- Returns:
- possible object is
BigDecimal
-
setOriginalAuthAmount
public void setOriginalAuthAmount(BigDecimal value)
Sets the value of the originalAuthAmount property.- Parameters:
value- allowed object isBigDecimal
-
isExcludeFromAccountUpdater
public Boolean isExcludeFromAccountUpdater()
Gets the value of the excludeFromAccountUpdater property.- Returns:
- possible object is
Boolean
-
-