Serialized Form
-
Package com.broadleafcommerce.vendor.stripe.service.exception
-
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripePaymentIntentAccessTokenGenerationException
class StripePaymentIntentAccessTokenGenerationException extends RuntimeException implements Serializable -
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripePaymentIntentAccessTokenInvalidException
class StripePaymentIntentAccessTokenInvalidException extends RuntimeException implements Serializable -
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripePaymentIntentCreationException
class StripePaymentIntentCreationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripePaymentIntentRequiresActionException
class StripePaymentIntentRequiresActionException extends com.broadleafcommerce.paymentgateway.service.exception.PaymentException implements Serializable-
Serialized Fields
-
paymentIntent
com.stripe.model.PaymentIntent paymentIntent
-
-
-
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripePaymentIntentRequiresPaymentMethodException
class StripePaymentIntentRequiresPaymentMethodException extends com.broadleafcommerce.paymentgateway.service.exception.PaymentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
paymentIntent
com.stripe.model.PaymentIntent paymentIntent
-
-
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripeRequestException
class StripeRequestException extends RuntimeException implements Serializable -
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripeSetupIntentAccessDeniedException
class StripeSetupIntentAccessDeniedException extends RuntimeException implements Serializable -
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripeSetupIntentException
class StripeSetupIntentException extends RuntimeException implements Serializable -
Exception com.broadleafcommerce.vendor.stripe.service.exception.StripeSetupIntentRequestValidationException
class StripeSetupIntentRequestValidationException extends RuntimeException implements Serializable
-
-
Package com.broadleafcommerce.vendor.stripe.service.payment
-
Class com.broadleafcommerce.vendor.stripe.service.payment.StripePaymentRequest
class StripePaymentRequest extends Object implements Serializable-
Serialized Fields
-
capture
boolean capture
-
paymentRequest
com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest
-
stripeMethodType
StripeMethodType stripeMethodType
-
-
-
-
Package com.broadleafcommerce.vendor.stripe.service.paymentintent
-
Class com.broadleafcommerce.vendor.stripe.service.paymentintent.PaymentIntentRequest
class PaymentIntentRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalAttributes
Map<String,
Object> additionalAttributes Any extra properties needed to define thePaymentIntent
. -
applicationId
String applicationId
The application id associated with the current request. -
customerContextId
String customerContextId
The customer context id associated with the current request. -
customerEmail
String customerEmail
The BLC customer email. -
customerFullName
String customerFullName
The BLC customer full name. -
customerId
String customerId
The BLC customer id. -
dynamicStatementDescriptor
String dynamicStatementDescriptor
Transaction descriptor that appears on the customer's statement (non-card payments only). Must contain at least one letter, maximum 22 characters. -
paymentTotal
javax.money.MonetaryAmount paymentTotal
The total amount to be used for thePaymentIntent
-
savedPaymentUsage
String savedPaymentUsage
When a PaymentIntent's payment method is stored for future use, this value declares if we intend to use the payment method on-session (i.e. as part of a customer interaction) or off-session (i.e. as part of a business-driven interaction).- See Also:
-
SetupIntentCreateParams.Usage
-
saveForFutureUse
boolean saveForFutureUse
Flag for controling wheather to attach stripe customer to payment intent object.. -
tenantId
String tenantId
The tenant id associated with the current request.
-
-
Class com.broadleafcommerce.vendor.stripe.service.paymentintent.PaymentIntentResponse
class PaymentIntentResponse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalAttributes
Map<String,
Object> additionalAttributes Any extra properties describing thePaymentIntent
. -
clientSecret
String clientSecret
The client secret of thisPaymentIntent
. Used for client-side retrieval using a publishable key. -
paymentIntentId
String paymentIntentId
The id of thePaymentIntent
-
stripeCustomerId
String stripeCustomerId
The Stripe customer id.
-
-
-
Package com.broadleafcommerce.vendor.stripe.service.setupintent
-
Class com.broadleafcommerce.vendor.stripe.service.setupintent.SetupIntentRequest
class SetupIntentRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalFields
Map<String,
Object> additionalFields Any extra properties needed to define theSetupIntent
. -
applicationId
String applicationId
The application id associated with the current request. -
customerContextId
String customerContextId
The customer context id associated with the current request. -
customerEmail
String customerEmail
The BLC customer email. -
customerFullName
String customerFullName
The BLC customer full name. -
customerId
String customerId
The BLC customer id. -
stripeCustomerId
String stripeCustomerId
The Stripe customer id. -
tenantId
String tenantId
The tenant id associated with the current request.
-
-
Class com.broadleafcommerce.vendor.stripe.service.setupintent.SetupIntentResponse
class SetupIntentResponse extends Object implements Serializable- serialVersionUID:
- 1L
-