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 booleanbooleanAny extra properties describing thePaymentIntent.The client secret of thisPaymentIntent.The id of thePaymentIntentThe Stripe customer id.inthashCode()voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Any extra properties describing thePaymentIntent.voidsetClientSecret(String clientSecret) The client secret of thisPaymentIntent.voidsetPaymentIntentId(String paymentIntentId) The id of thePaymentIntentvoidsetStripeCustomerId(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
-