Package net.authorize.api.contract.v1
Class PaymentMaskedType
- java.lang.Object
-
- net.authorize.api.contract.v1.PaymentMaskedType
-
public class PaymentMaskedType extends Object
Java class for paymentMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentMaskedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="creditCard" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardMaskedType"/> <element name="bankAccount" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountMaskedType"/> <element name="tokenInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}tokenMaskedType"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BankAccountMaskedTypebankAccountprotected CreditCardMaskedTypecreditCardprotected TokenMaskedTypetokenInformation
-
Constructor Summary
Constructors Constructor Description PaymentMaskedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankAccountMaskedTypegetBankAccount()Gets the value of the bankAccount property.CreditCardMaskedTypegetCreditCard()Gets the value of the creditCard property.TokenMaskedTypegetTokenInformation()Gets the value of the tokenInformation property.voidsetBankAccount(BankAccountMaskedType value)Sets the value of the bankAccount property.voidsetCreditCard(CreditCardMaskedType value)Sets the value of the creditCard property.voidsetTokenInformation(TokenMaskedType value)Sets the value of the tokenInformation property.
-
-
-
Field Detail
-
creditCard
protected CreditCardMaskedType creditCard
-
bankAccount
protected BankAccountMaskedType bankAccount
-
tokenInformation
protected TokenMaskedType tokenInformation
-
-
Method Detail
-
getCreditCard
public CreditCardMaskedType getCreditCard()
Gets the value of the creditCard property.- Returns:
- possible object is
CreditCardMaskedType
-
setCreditCard
public void setCreditCard(CreditCardMaskedType value)
Sets the value of the creditCard property.- Parameters:
value- allowed object isCreditCardMaskedType
-
getBankAccount
public BankAccountMaskedType getBankAccount()
Gets the value of the bankAccount property.- Returns:
- possible object is
BankAccountMaskedType
-
setBankAccount
public void setBankAccount(BankAccountMaskedType value)
Sets the value of the bankAccount property.- Parameters:
value- allowed object isBankAccountMaskedType
-
getTokenInformation
public TokenMaskedType getTokenInformation()
Gets the value of the tokenInformation property.- Returns:
- possible object is
TokenMaskedType
-
setTokenInformation
public void setTokenInformation(TokenMaskedType value)
Sets the value of the tokenInformation property.- Parameters:
value- allowed object isTokenMaskedType
-
-