Package net.authorize.api.contract.v1
Class DecryptPaymentDataResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiResponse
-
- net.authorize.api.contract.v1.DecryptPaymentDataResponse
-
- All Implemented Interfaces:
Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerAddressTypebillingInfoprotected CreditCardMaskedTypecardInfoprotected PaymentDetailspaymentDetailsprotected CustomerAddressTypeshippingInfo-
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
-
-
Constructor Summary
Constructors Constructor Description DecryptPaymentDataResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerAddressTypegetBillingInfo()Gets the value of the billingInfo property.CreditCardMaskedTypegetCardInfo()Gets the value of the cardInfo property.PaymentDetailsgetPaymentDetails()Gets the value of the paymentDetails property.CustomerAddressTypegetShippingInfo()Gets the value of the shippingInfo property.voidsetBillingInfo(CustomerAddressType value)Sets the value of the billingInfo property.voidsetCardInfo(CreditCardMaskedType value)Sets the value of the cardInfo property.voidsetPaymentDetails(PaymentDetails value)Sets the value of the paymentDetails property.voidsetShippingInfo(CustomerAddressType value)Sets the value of the shippingInfo property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
-
-
-
-
Field Detail
-
shippingInfo
protected CustomerAddressType shippingInfo
-
billingInfo
protected CustomerAddressType billingInfo
-
cardInfo
protected CreditCardMaskedType cardInfo
-
paymentDetails
protected PaymentDetails paymentDetails
-
-
Method Detail
-
getShippingInfo
public CustomerAddressType getShippingInfo()
Gets the value of the shippingInfo property.- Returns:
- possible object is
CustomerAddressType
-
setShippingInfo
public void setShippingInfo(CustomerAddressType value)
Sets the value of the shippingInfo property.- Parameters:
value- allowed object isCustomerAddressType
-
getBillingInfo
public CustomerAddressType getBillingInfo()
Gets the value of the billingInfo property.- Returns:
- possible object is
CustomerAddressType
-
setBillingInfo
public void setBillingInfo(CustomerAddressType value)
Sets the value of the billingInfo property.- Parameters:
value- allowed object isCustomerAddressType
-
getCardInfo
public CreditCardMaskedType getCardInfo()
Gets the value of the cardInfo property.- Returns:
- possible object is
CreditCardMaskedType
-
setCardInfo
public void setCardInfo(CreditCardMaskedType value)
Sets the value of the cardInfo property.- Parameters:
value- allowed object isCreditCardMaskedType
-
getPaymentDetails
public PaymentDetails getPaymentDetails()
Gets the value of the paymentDetails property.- Returns:
- possible object is
PaymentDetails
-
setPaymentDetails
public void setPaymentDetails(PaymentDetails value)
Sets the value of the paymentDetails property.- Parameters:
value- allowed object isPaymentDetails
-
-