Class PayPalRefundRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRefundRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.paypal.api.payments.Captureprotected com.paypal.api.payments.RefundRequestprotected com.paypal.api.payments.SaleFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest, com.paypal.api.payments.Capture capture, com.paypal.base.rest.APIContext apiContext) PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest, com.paypal.api.payments.Sale sale, com.paypal.base.rest.APIContext apiContext) -
Method Summary
Methods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
execute, isValid
-
Field Details
-
refundRequest
protected com.paypal.api.payments.RefundRequest refundRequest -
capture
protected com.paypal.api.payments.Capture capture -
sale
protected com.paypal.api.payments.Sale sale
-
-
Constructor Details
-
PayPalRefundRequest
public PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest, com.paypal.api.payments.Capture capture, com.paypal.base.rest.APIContext apiContext) -
PayPalRefundRequest
public PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest, com.paypal.api.payments.Sale sale, com.paypal.base.rest.APIContext apiContext)
-
-
Method Details
-
executeInternal
- Specified by:
executeInternalin classPayPalRequest- Throws:
com.paypal.base.rest.PayPalRESTException
-
isRequestValid
protected boolean isRequestValid()- Specified by:
isRequestValidin classPayPalRequest
-