|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaymentAction | |
---|---|
paypalnvp.fields | |
paypalnvp.request |
Uses of PaymentAction in paypalnvp.fields |
---|
Methods in paypalnvp.fields that return PaymentAction | |
---|---|
static PaymentAction |
PaymentAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PaymentAction[] |
PaymentAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of PaymentAction in paypalnvp.request |
---|
Methods in paypalnvp.request with parameters of type PaymentAction | |
---|---|
void |
DoDirectPayment.setPaymentAction(PaymentAction action)
How you want to obtain payment Default: Sale Note: Order is not allowed for Direct Payment. |
void |
DoReferenceTransaction.setPaymentAction(PaymentAction action)
How you want to obtain payment Note: Order is not allowed for Direct Payment. |
void |
SetExpressCheckout.setPaymentAction(PaymentAction paymentAction)
How you want to obtain payment: Sale indicates that this is a final sale for which you are requesting payment. |
Constructors in paypalnvp.request with parameters of type PaymentAction | |
---|---|
DoExpressCheckoutPayment(Payment payment,
java.lang.String token,
PaymentAction paymentAction,
java.lang.String payerId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |