public class DecryptPaymentDataResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse"> <sequence> <element name="shippingInfo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" minOccurs="0"/> <element name="billingInfo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" minOccurs="0"/> <element name="cardInfo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardMaskedType" minOccurs="0"/> <element name="paymentDetails" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentDetails" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CustomerAddressType |
billingInfo |
protected CreditCardMaskedType |
cardInfo |
protected PaymentDetails |
paymentDetails |
protected CustomerAddressType |
shippingInfo |
messages, refId, sessionToken
Constructor and Description |
---|
DecryptPaymentDataResponse() |
Modifier and Type | Method and Description |
---|---|
CustomerAddressType |
getBillingInfo()
Gets the value of the billingInfo property.
|
CreditCardMaskedType |
getCardInfo()
Gets the value of the cardInfo property.
|
PaymentDetails |
getPaymentDetails()
Gets the value of the paymentDetails property.
|
CustomerAddressType |
getShippingInfo()
Gets the value of the shippingInfo property.
|
void |
setBillingInfo(CustomerAddressType value)
Sets the value of the billingInfo property.
|
void |
setCardInfo(CreditCardMaskedType value)
Sets the value of the cardInfo property.
|
void |
setPaymentDetails(PaymentDetails value)
Sets the value of the paymentDetails property.
|
void |
setShippingInfo(CustomerAddressType value)
Sets the value of the shippingInfo property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
protected CustomerAddressType shippingInfo
protected CustomerAddressType billingInfo
protected CreditCardMaskedType cardInfo
protected PaymentDetails paymentDetails
public CustomerAddressType getShippingInfo()
CustomerAddressType
public void setShippingInfo(CustomerAddressType value)
value
- allowed object is
CustomerAddressType
public CustomerAddressType getBillingInfo()
CustomerAddressType
public void setBillingInfo(CustomerAddressType value)
value
- allowed object is
CustomerAddressType
public CreditCardMaskedType getCardInfo()
CreditCardMaskedType
public void setCardInfo(CreditCardMaskedType value)
value
- allowed object is
CreditCardMaskedType
public PaymentDetails getPaymentDetails()
PaymentDetails
public void setPaymentDetails(PaymentDetails value)
value
- allowed object is
PaymentDetails
Copyright © 2021. All rights reserved.