Class PaymentIntentResponse
java.lang.Object
com.broadleafcommerce.vendor.stripe.service.paymentintent.PaymentIntentResponse
- All Implemented Interfaces:
Serializable
- Author:
- Divyank Chavan.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Any extra properties describing thePaymentIntent
.The client secret of thisPaymentIntent
.The id of thePaymentIntent
The Stripe customer id.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Any extra properties describing thePaymentIntent
.void
setClientSecret
(String clientSecret) The client secret of thisPaymentIntent
.void
setPaymentIntentId
(String paymentIntentId) The id of thePaymentIntent
void
setStripeCustomerId
(String stripeCustomerId) The Stripe customer id.toString()
-
Constructor Details
-
PaymentIntentResponse
public PaymentIntentResponse()
-
-
Method Details
-
getPaymentIntentId
The id of thePaymentIntent
- Returns:
- The id of the
PaymentIntent
-
getClientSecret
The client secret of thisPaymentIntent
. Used for client-side retrieval using a publishable key.- Returns:
- the client secret of this
PaymentIntent
-
getStripeCustomerId
The Stripe customer id.- Returns:
- the Stripe customer id
-
getAdditionalAttributes
Any extra properties describing thePaymentIntent
.- Returns:
- Any extra properties describing the
PaymentIntent
.
-
setPaymentIntentId
The id of thePaymentIntent
- Parameters:
paymentIntentId
- The id of thePaymentIntent
-
setClientSecret
The client secret of thisPaymentIntent
. Used for client-side retrieval using a publishable key.- Parameters:
clientSecret
- the client secret of thisPaymentIntent
-
setStripeCustomerId
The Stripe customer id.- Parameters:
stripeCustomerId
- the Stripe customer id
-
setAdditionalAttributes
Any extra properties describing thePaymentIntent
.- Parameters:
additionalAttributes
- Any extra properties describing thePaymentIntent
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-