Uses of Class
org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalTransactionType

Packages that use PayPalTransactionType
org.broadleafcommerce.payment.service.module   
org.broadleafcommerce.vendor.paypal.service.payment.message.payment   
org.broadleafcommerce.vendor.paypal.service.payment.type   
 

Uses of PayPalTransactionType in org.broadleafcommerce.payment.service.module
 

Methods in org.broadleafcommerce.payment.service.module with parameters of type PayPalTransactionType
protected  PayPalPaymentRequest PayPalPaymentModule.buildBasicRequest(org.broadleafcommerce.core.payment.service.PaymentContext paymentContext, PayPalTransactionType transactionType)
           
protected  org.broadleafcommerce.core.payment.domain.PaymentResponseItem PayPalPaymentModule.commonAuthorizeOrSale(org.broadleafcommerce.core.payment.service.PaymentContext paymentContext, PayPalTransactionType transactionType)
           
 

Uses of PayPalTransactionType in org.broadleafcommerce.vendor.paypal.service.payment.message.payment
 

Fields in org.broadleafcommerce.vendor.paypal.service.payment.message.payment declared as PayPalTransactionType
protected  PayPalTransactionType PayPalPaymentRequest.transactionType
           
protected  PayPalTransactionType PayPalPaymentResponse.transactionType
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.message.payment that return PayPalTransactionType
 PayPalTransactionType PayPalPaymentRequest.getTransactionType()
           
 PayPalTransactionType PayPalPaymentResponse.getTransactionType()
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.message.payment with parameters of type PayPalTransactionType
 void PayPalPaymentRequest.setTransactionType(PayPalTransactionType transactionType)
           
 void PayPalPaymentResponse.setTransactionType(PayPalTransactionType transactionType)
           
 

Uses of PayPalTransactionType in org.broadleafcommerce.vendor.paypal.service.payment.type
 

Fields in org.broadleafcommerce.vendor.paypal.service.payment.type declared as PayPalTransactionType
static PayPalTransactionType PayPalTransactionType.AUTHORIZE
           
static PayPalTransactionType PayPalTransactionType.AUTHORIZEANDCAPTURE
           
static PayPalTransactionType PayPalTransactionType.CAPTURE
           
static PayPalTransactionType PayPalTransactionType.CREDIT
           
static PayPalTransactionType PayPalTransactionType.REVERSEAUTHORIZE
           
static PayPalTransactionType PayPalTransactionType.VOIDTRANSACTION
           
 

Methods in org.broadleafcommerce.vendor.paypal.service.payment.type that return PayPalTransactionType
static PayPalTransactionType PayPalTransactionType.getInstance(String type)
           
 



Copyright © 2013. All Rights Reserved.