Class StripePaymentRequest
java.lang.Object
com.broadleafcommerce.vendor.stripe.service.payment.StripePaymentRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.paymentgateway.domain.PaymentRequest
boolean
void
setCapture
(boolean capture) void
setPaymentRequest
(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) void
setStripeMethodType
(StripeMethodType stripeMethodType)
-
Constructor Details
-
StripePaymentRequest
public StripePaymentRequest()
-
-
Method Details
-
getPaymentIntentId
-
getIpAddress
-
getUserAgent
-
getMandateAcceptedDate
-
getStripeMethodType
-
isCapture
public boolean isCapture() -
getPaymentRequest
public com.broadleafcommerce.paymentgateway.domain.PaymentRequest getPaymentRequest() -
setStripeMethodType
-
setCapture
public void setCapture(boolean capture) -
setPaymentRequest
public void setPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
-