Class PayPalCreateBillingAgreementRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalCreateBillingAgreementRequest
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalCreateBillingAgreementRequest(com.paypal.api.payments.Agreement agreement, com.paypal.base.rest.APIContext apiContext) -
Method Summary
Methods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
execute, isValid
-
Field Details
-
agreement
protected com.paypal.api.payments.Agreement agreement
-
-
Constructor Details
-
PayPalCreateBillingAgreementRequest
public PayPalCreateBillingAgreementRequest(com.paypal.api.payments.Agreement agreement, 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
-