public class PaymentMaskedType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected BankAccountMaskedType |
bankAccount |
protected CreditCardMaskedType |
creditCard |
protected TokenMaskedType |
tokenInformation |
| Constructor and Description |
|---|
PaymentMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
BankAccountMaskedType |
getBankAccount()
Gets the value of the bankAccount property.
|
CreditCardMaskedType |
getCreditCard()
Gets the value of the creditCard property.
|
TokenMaskedType |
getTokenInformation()
Gets the value of the tokenInformation property.
|
void |
setBankAccount(BankAccountMaskedType value)
Sets the value of the bankAccount property.
|
void |
setCreditCard(CreditCardMaskedType value)
Sets the value of the creditCard property.
|
void |
setTokenInformation(TokenMaskedType value)
Sets the value of the tokenInformation property.
|
protected CreditCardMaskedType creditCard
protected BankAccountMaskedType bankAccount
protected TokenMaskedType tokenInformation
public CreditCardMaskedType getCreditCard()
CreditCardMaskedTypepublic void setCreditCard(CreditCardMaskedType value)
value - allowed object is
CreditCardMaskedTypepublic BankAccountMaskedType getBankAccount()
BankAccountMaskedTypepublic void setBankAccount(BankAccountMaskedType value)
value - allowed object is
BankAccountMaskedTypepublic TokenMaskedType getTokenInformation()
TokenMaskedTypepublic void setTokenInformation(TokenMaskedType value)
value - allowed object is
TokenMaskedTypeCopyright © 2018. All Rights Reserved.