|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.PaymentType
public class PaymentType
Java class for paymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="creditCard" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardType"/>
<element name="bankAccount" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountType"/>
<element name="trackData" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardTrackType"/>
<element name="encryptedTrackData" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}encryptedTrackDataType"/>
<element name="payPal" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}payPalType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BankAccountType |
bankAccount
|
protected CreditCardType |
creditCard
|
protected EncryptedTrackDataType |
encryptedTrackData
|
protected PayPalType |
payPal
|
protected CreditCardTrackType |
trackData
|
| Constructor Summary | |
|---|---|
PaymentType()
|
|
| Method Summary | |
|---|---|
BankAccountType |
getBankAccount()
Gets the value of the bankAccount property. |
CreditCardType |
getCreditCard()
Gets the value of the creditCard property. |
EncryptedTrackDataType |
getEncryptedTrackData()
Gets the value of the encryptedTrackData property. |
PayPalType |
getPayPal()
Gets the value of the payPal property. |
CreditCardTrackType |
getTrackData()
Gets the value of the trackData property. |
void |
setBankAccount(BankAccountType value)
Sets the value of the bankAccount property. |
void |
setCreditCard(CreditCardType value)
Sets the value of the creditCard property. |
void |
setEncryptedTrackData(EncryptedTrackDataType value)
Sets the value of the encryptedTrackData property. |
void |
setPayPal(PayPalType value)
Sets the value of the payPal property. |
void |
setTrackData(CreditCardTrackType value)
Sets the value of the trackData property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CreditCardType creditCard
protected BankAccountType bankAccount
protected CreditCardTrackType trackData
protected EncryptedTrackDataType encryptedTrackData
protected PayPalType payPal
| Constructor Detail |
|---|
public PaymentType()
| Method Detail |
|---|
public CreditCardType getCreditCard()
CreditCardTypepublic void setCreditCard(CreditCardType value)
value - allowed object is
CreditCardTypepublic BankAccountType getBankAccount()
BankAccountTypepublic void setBankAccount(BankAccountType value)
value - allowed object is
BankAccountTypepublic CreditCardTrackType getTrackData()
CreditCardTrackTypepublic void setTrackData(CreditCardTrackType value)
value - allowed object is
CreditCardTrackTypepublic EncryptedTrackDataType getEncryptedTrackData()
EncryptedTrackDataTypepublic void setEncryptedTrackData(EncryptedTrackDataType value)
value - allowed object is
EncryptedTrackDataTypepublic PayPalType getPayPal()
PayPalTypepublic void setPayPal(PayPalType value)
value - allowed object is
PayPalType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||