Class MessageConstants
java.lang.Object
com.broadleafcommerce.vendor.stripe.service.payment.MessageConstants
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Represents the id of the customer context, different fromBROADLEAF_CUSTOMER_ID
static final String
static final String
static final String
Represents the transaction reference that is sent to Stripe so that we can lookup the result of the transaction if we do not receive a responsestatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Used to declare that the payment method should be saved for future usestatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Represents the Stripe-produced transaction reference that can be used to take additional action (refund or capture) against the transactionstatic final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STRIPE_TOKEN
- See Also:
-
AMOUNT
- See Also:
-
AMOUNT_TO_CAPTURE
- See Also:
-
CUSTOMER
- See Also:
-
CUSTOMER_PAYMENT_METHOD
- See Also:
-
CAPTURE
- See Also:
-
CURRENCY
- See Also:
-
CHARGE
- See Also:
-
PAYMENT_INTENT
- See Also:
-
SUCCEEDED
- See Also:
-
PENDING
- See Also:
-
SOURCE
- See Also:
-
ERROR_MESSAGE
- See Also:
-
ERROR_CODE
- See Also:
-
TRANSACTION_ID
Represents the Stripe-produced transaction reference that can be used to take additional action (refund or capture) against the transaction- See Also:
-
BROADLEAF_TRANSACTION_REF_ID
Represents the transaction reference that is sent to Stripe so that we can lookup the result of the transaction if we do not receive a response- See Also:
-
BROADLEAF_TENANT_ID
- See Also:
-
BROADLEAF_APPLICATION_ID
- See Also:
-
BROADLEAF_CUSTOMER_CONTEXT_ID
Represents the id of the customer context, different fromBROADLEAF_CUSTOMER_ID
- See Also:
-
SAVE_PAYMENT_FOR_FUTURE_USE
Used to declare that the payment method should be saved for future use- See Also:
-
STRIPE_CUSTOMER_ID
- See Also:
-
FIRST_NAME
- See Also:
-
LAST_NAME
- See Also:
-
COMPANY
- See Also:
-
EMAIL
- See Also:
-
PHONE
- See Also:
-
FAX
- See Also:
-
WEBSITE
- See Also:
-
BROADLEAF_CUSTOMER_ID
- See Also:
-
METADATA
- See Also:
-
IDEMPOTENCY_KEY
- See Also:
-
ELEMENTS_SOURCE
- See Also:
-
PAYMENT_INTENT_ID
- See Also:
-
PAYMENT_INTENT_CONFIRM
- See Also:
-
PAYMENT_INTENT_CONFIRM_METHOD
- See Also:
-
PAYMENT_INTENT_SAVE_PAYMENT_METHOD
Deprecated.in favor ofPaymentRequest.isCreateMultiUseToken()
- See Also:
-
PAYMENT_INTENT_RETURN_URL
- See Also:
-
PAYMENT_INTENT_REDIRECT_TO_URL
- See Also:
-
PAYMENT_INTENT_SETUP_FUTURE_USAGE
- See Also:
-
SETUP_INTENT_USAGE
- See Also:
-
SETUP_INTENT_PAYMENT_METHOD_TYPE
- See Also:
-
PAYMENT_METHOD_ID
- See Also:
-
CONNECT_ACCOUNT_ID
- See Also:
-
LEVEL_3
- See Also:
-
LEVEL_3_LINE_ITEMS
- See Also:
-
LEVEL_3_MERCHANT_REFERENCE
- See Also:
-
LEVEL_3_CUSTOMER_REFERENCE
- See Also:
-
LEVEL_3_SHIPPING_ADDRESS_ZIP
- See Also:
-
LEVEL_3_SHIPPING_FROM_ZIP
- See Also:
-
LEVEL_3_SHIPPING_AMOUNT
- See Also:
-
CUSTOMER_EMAIL
- See Also:
-
CUSTOMER_NAME
- See Also:
-
CUSTOMER_PHONE
- See Also:
-
SHIPPING
- See Also:
-
ADDRESS
- See Also:
-
PAYMENT_REVIEW_ID
- See Also:
-
PAYMENT_REVIEW_REASON
- See Also:
-
PAYMENT_ID
- See Also:
-
CITY
- See Also:
-
POSTAL_CODE
- See Also:
-
LINE1
- See Also:
-
LINE2
- See Also:
-
STATE
- See Also:
-
COUNTRY
- See Also:
-
NAME
- See Also:
-
VERIFY_WITH_MICRO_DEPOSITS
- See Also:
-
MICRO_DEPOSIT_TYPE
- See Also:
-
IP_ADDRESS
- See Also:
-
USER_AGENT
- See Also:
-
TYPE
- See Also:
-
ACCEPTED_AT
- See Also:
-
CUSTOMER_ACCEPTANCE
- See Also:
-
MANDATE_DATA
- See Also:
-
PAYMENT_INTENT_USAGE
- See Also:
-
ONLINE
- See Also:
-
OFFLINE
- See Also:
-
CLIENT_SECRET
- See Also:
-
ACH_VERIFICATION_TYPE
- See Also:
-
INSTANT_VERIFICATION
- See Also:
-
MICRO_DEPOSIT_VERIFICATION
- See Also:
-
-
Constructor Details
-
MessageConstants
public MessageConstants()
-
PaymentRequest.isCreateMultiUseToken()