| Modifier and Type | Method and Description |
|---|---|
PayPalPaymentRequest |
ExternalCallPayPalExpressServiceImpl.buildBasicRequest(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO requestDTO,
PayPalTransactionType transactionType) |
PayPalPaymentRequest |
ExternalCallPayPalExpressService.buildBasicRequest(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO requestDTO,
PayPalTransactionType transactionType) |
org.broadleafcommerce.common.payment.dto.PaymentResponseDTO |
ExternalCallPayPalExpressServiceImpl.commonAuthorizeOrSale(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO requestDTO,
PayPalTransactionType transactionType,
String token,
String payerId) |
org.broadleafcommerce.common.payment.dto.PaymentResponseDTO |
ExternalCallPayPalExpressService.commonAuthorizeOrSale(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO requestDTO,
PayPalTransactionType transactionType,
String token,
String payerId) |
| Modifier and Type | Field and Description |
|---|---|
protected PayPalTransactionType |
PayPalPaymentRequest.transactionType |
protected PayPalTransactionType |
PayPalPaymentResponse.transactionType |
| Modifier and Type | Method and Description |
|---|---|
PayPalTransactionType |
PayPalPaymentRequest.getTransactionType() |
PayPalTransactionType |
PayPalPaymentResponse.getTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PayPalPaymentRequest.setTransactionType(PayPalTransactionType transactionType) |
void |
PayPalPaymentResponse.setTransactionType(PayPalTransactionType transactionType) |
| Modifier and Type | Field and Description |
|---|---|
static PayPalTransactionType |
PayPalTransactionType.AUTHORIZE |
static PayPalTransactionType |
PayPalTransactionType.AUTHORIZEANDCAPTURE |
static PayPalTransactionType |
PayPalTransactionType.CAPTURE |
static PayPalTransactionType |
PayPalTransactionType.CREDIT |
static PayPalTransactionType |
PayPalTransactionType.REVERSEAUTHORIZE |
static PayPalTransactionType |
PayPalTransactionType.VOIDTRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
static PayPalTransactionType |
PayPalTransactionType.getInstance(String type) |
Copyright © 2017. All rights reserved.