| Modifier and Type | Field and Description |
|---|---|
protected PayPalMethodType |
PayPalRequest.methodType |
protected PayPalMethodType |
PayPalRequest.secondaryMethodType |
| Modifier and Type | Method and Description |
|---|---|
PayPalMethodType |
PayPalRequest.getMethodType() |
PayPalMethodType |
PayPalRequest.getSecondaryMethodType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PayPalRequest.setMethodType(PayPalMethodType methodType) |
void |
PayPalRequest.setSecondaryMethodType(PayPalMethodType secondaryMethodType) |
| Modifier and Type | Field and Description |
|---|---|
protected PayPalMethodType |
PayPalPaymentResponse.methodType |
| Modifier and Type | Method and Description |
|---|---|
PayPalMethodType |
PayPalPaymentResponse.getMethodType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PayPalPaymentResponse.setMethodType(PayPalMethodType methodType) |
| Modifier and Type | Field and Description |
|---|---|
static PayPalMethodType |
PayPalMethodType.AUTHORIZATION |
static PayPalMethodType |
PayPalMethodType.CAPTURE |
static PayPalMethodType |
PayPalMethodType.CHECKOUT |
static PayPalMethodType |
PayPalMethodType.DETAILS |
static PayPalMethodType |
PayPalMethodType.PROCESS |
static PayPalMethodType |
PayPalMethodType.REFUND |
static PayPalMethodType |
PayPalMethodType.VOID |
| Modifier and Type | Method and Description |
|---|---|
static PayPalMethodType |
PayPalMethodType.getInstance(String type) |
Copyright © 2017. All rights reserved.