Class PaymentIntentResponse

java.lang.Object
com.broadleafcommerce.vendor.stripe.service.paymentintent.PaymentIntentResponse
All Implemented Interfaces:
Serializable

public class PaymentIntentResponse extends Object implements Serializable
Author:
Divyank Chavan.
See Also:
  • Constructor Details

    • PaymentIntentResponse

      public PaymentIntentResponse()
  • Method Details

    • getPaymentIntentId

      public String getPaymentIntentId()
      The id of the PaymentIntent
      Returns:
      The id of the PaymentIntent
    • getClientSecret

      public String getClientSecret()
      The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key.
      Returns:
      the client secret of this PaymentIntent
    • getStripeCustomerId

      public String getStripeCustomerId()
      The Stripe customer id.
      Returns:
      the Stripe customer id
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
      Any extra properties describing the PaymentIntent.
      Returns:
      Any extra properties describing the PaymentIntent.
    • setPaymentIntentId

      public void setPaymentIntentId(String paymentIntentId)
      The id of the PaymentIntent
      Parameters:
      paymentIntentId - The id of the PaymentIntent
    • setClientSecret

      public void setClientSecret(String clientSecret)
      The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key.
      Parameters:
      clientSecret - the client secret of this PaymentIntent
    • setStripeCustomerId

      public void setStripeCustomerId(String stripeCustomerId)
      The Stripe customer id.
      Parameters:
      stripeCustomerId - the Stripe customer id
    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Any extra properties describing the PaymentIntent.
      Parameters:
      additionalAttributes - Any extra properties describing the PaymentIntent.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object