|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.DoDirectPaymentRequestDetailsType
public class DoDirectPaymentRequestDetailsType
How you want to obtain payment. Required Authorization indicates that this payment is a basic authorization subject to settlement with PayPal Authorization and Capture. Sale indicates that this is a final sale for which you are requesting payment. NOTE: Order is not allowed for Direct Payment. Character length and limit: Up to 13 single-byte alphabetic characters
| Constructor Summary | |
|---|---|
DoDirectPaymentRequestDetailsType()
Default Constructor |
|
| Method Summary | |
|---|---|
CreditCardDetailsType |
getCreditCard()
Getter for creditCard |
String |
getIPAddress()
Getter for iPAddress |
String |
getMerchantSessionId()
Getter for merchantSessionId |
PaymentActionCodeType |
getPaymentAction()
Getter for paymentAction |
PaymentDetailsType |
getPaymentDetails()
Getter for paymentDetails |
Boolean |
getReturnFMFDetails()
Getter for returnFMFDetails |
void |
setCreditCard(CreditCardDetailsType creditCard)
Setter for creditCard |
void |
setIPAddress(String iPAddress)
Setter for iPAddress |
void |
setMerchantSessionId(String merchantSessionId)
Setter for merchantSessionId |
void |
setPaymentAction(PaymentActionCodeType paymentAction)
Setter for paymentAction |
void |
setPaymentDetails(PaymentDetailsType paymentDetails)
Setter for paymentDetails |
void |
setReturnFMFDetails(Boolean returnFMFDetails)
Setter for returnFMFDetails |
String |
toXMLString(String prefix,
String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoDirectPaymentRequestDetailsType()
| Method Detail |
|---|
public PaymentActionCodeType getPaymentAction()
public void setPaymentAction(PaymentActionCodeType paymentAction)
public PaymentDetailsType getPaymentDetails()
public void setPaymentDetails(PaymentDetailsType paymentDetails)
public CreditCardDetailsType getCreditCard()
public void setCreditCard(CreditCardDetailsType creditCard)
public String getIPAddress()
public void setIPAddress(String iPAddress)
public String getMerchantSessionId()
public void setMerchantSessionId(String merchantSessionId)
public Boolean getReturnFMFDetails()
public void setReturnFMFDetails(Boolean returnFMFDetails)
public String toXMLString(String prefix,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||