Package net.authorize.api.contract.v1
Class CustomerPaymentProfileListItemType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerPaymentProfileListItemType
-
public class CustomerPaymentProfileListItemType extends Object
Java class for customerPaymentProfileListItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerPaymentProfileListItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="customerPaymentProfileId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="customerProfileId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="billTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType"/> <element name="payment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentMaskedType"/> <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> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerAddressTypebillToprotected intcustomerPaymentProfileIdprotected intcustomerProfileIdprotected BooleandefaultPaymentProfileprotected BooleanexcludeFromAccountUpdaterprotected BigDecimaloriginalAuthAmountprotected StringoriginalNetworkTransIdprotected PaymentMaskedTypepayment
-
Constructor Summary
Constructors Constructor Description CustomerPaymentProfileListItemType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerAddressTypegetBillTo()Gets the value of the billTo property.intgetCustomerPaymentProfileId()Gets the value of the customerPaymentProfileId property.intgetCustomerProfileId()Gets the value of the customerProfileId 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.BooleanisDefaultPaymentProfile()Gets the value of the defaultPaymentProfile property.BooleanisExcludeFromAccountUpdater()Gets the value of the excludeFromAccountUpdater property.voidsetBillTo(CustomerAddressType value)Sets the value of the billTo property.voidsetCustomerPaymentProfileId(int value)Sets the value of the customerPaymentProfileId property.voidsetCustomerProfileId(int value)Sets the value of the customerProfileId property.voidsetDefaultPaymentProfile(Boolean value)Sets the value of the defaultPaymentProfile 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.
-
-
-
Field Detail
-
defaultPaymentProfile
protected Boolean defaultPaymentProfile
-
customerPaymentProfileId
protected int customerPaymentProfileId
-
customerProfileId
protected int customerProfileId
-
billTo
protected CustomerAddressType billTo
-
payment
protected PaymentMaskedType payment
-
originalNetworkTransId
protected String originalNetworkTransId
-
originalAuthAmount
protected BigDecimal originalAuthAmount
-
excludeFromAccountUpdater
protected Boolean excludeFromAccountUpdater
-
-
Method Detail
-
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
-
getCustomerPaymentProfileId
public int getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
-
setCustomerPaymentProfileId
public void setCustomerPaymentProfileId(int value)
Sets the value of the customerPaymentProfileId property.
-
getCustomerProfileId
public int getCustomerProfileId()
Gets the value of the customerProfileId property.
-
setCustomerProfileId
public void setCustomerProfileId(int value)
Sets the value of the customerProfileId property.
-
getBillTo
public CustomerAddressType getBillTo()
Gets the value of the billTo property.- Returns:
- possible object is
CustomerAddressType
-
setBillTo
public void setBillTo(CustomerAddressType value)
Sets the value of the billTo property.- Parameters:
value- allowed object isCustomerAddressType
-
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
-
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
-
-