|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PaymentCard
org.ota.air.DemandTicketRQ.PaymentInfo.CreditCardInfo
public static class DemandTicketRQ.PaymentInfo.CreditCardInfo
The details for the card when form of payment is a credit card. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CreditCardInfo" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:PaymentCardType">
<xs:attribute type="xs:string" use="optional" name="ApprovalCode"/>
<xs:attribute type="xs:boolean" use="optional" name="CardPresentInd"/>
<xs:attribute type="xs:string" use="optional" name="ExtendedPaymentCode"/>
<xs:attribute type="xs:float" use="optional" name="Amount"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ota.shared.PaymentCard |
|---|
PaymentCard.CardIssuerName, PaymentCard.MagneticStripe, PaymentCard.SignatureOnFile |
| Constructor Summary | |
|---|---|
DemandTicketRQ.PaymentInfo.CreditCardInfo()
|
|
| Method Summary | |
|---|---|
java.lang.Float |
getAmount()
Get the 'Amount' attribute value. |
java.lang.String |
getApprovalCode()
Get the 'ApprovalCode' attribute value. |
java.lang.Boolean |
getCardPresentInd()
Get the 'CardPresentInd' attribute value. |
java.lang.String |
getExtendedPaymentCode()
Get the 'ExtendedPaymentCode' attribute value. |
void |
setAmount(java.lang.Float amount)
Set the 'Amount' attribute value. |
void |
setApprovalCode(java.lang.String approvalCode)
Set the 'ApprovalCode' attribute value. |
void |
setCardPresentInd(java.lang.Boolean cardPresentInd)
Set the 'CardPresentInd' attribute value. |
void |
setExtendedPaymentCode(java.lang.String extendedPaymentCode)
Set the 'ExtendedPaymentCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DemandTicketRQ.PaymentInfo.CreditCardInfo()
| Method Detail |
|---|
public java.lang.String getApprovalCode()
public void setApprovalCode(java.lang.String approvalCode)
approvalCode - public java.lang.Boolean getCardPresentInd()
public void setCardPresentInd(java.lang.Boolean cardPresentInd)
cardPresentInd - public java.lang.String getExtendedPaymentCode()
public void setExtendedPaymentCode(java.lang.String extendedPaymentCode)
extendedPaymentCode - public java.lang.Float getAmount()
public void setAmount(java.lang.Float amount)
amount -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||