Uses of Class
org.broadleafcommerce.common.payment.PaymentTransactionType
Packages that use PaymentTransactionType
-
Uses of PaymentTransactionType in org.broadleafcommerce.common.payment
Fields in org.broadleafcommerce.common.payment declared as PaymentTransactionTypeModifier and TypeFieldDescriptionstatic final PaymentTransactionTypePaymentTransactionType.AUTHORIZEFunds have been authorized for capture.static final PaymentTransactionTypePaymentTransactionType.AUTHORIZE_AND_CAPTUREFunds have been captured/authorized all at once.static final PaymentTransactionTypePaymentTransactionType.CAPTUREFunds have been charged/submitted/debited from the customer and payment is complete.static final PaymentTransactionTypePaymentTransactionType.DETACHED_CREDITSome payment processors allow you to issue credit to a customer that is not tied to an initialAUTHORIZEorAUTHORIZE_AND_CAPTUREtransaction.static final PaymentTransactionTypePaymentTransactionType.PENDINGSome implementations may wish to defer any Authorization or Authorize and Capture transactions outside the scope of the checkout workflow.static final PaymentTransactionTypePaymentTransactionType.REFUNDFunds have been refunded/credited.static final PaymentTransactionTypePaymentTransactionType.REVERSE_AUTHThe reverse ofAUTHORIZE.static final PaymentTransactionTypePaymentTransactionType.SETTLEDCan ONLY occur after a payment has beenCAPTUREd.static final PaymentTransactionTypePaymentTransactionType.UNCONFIRMEDThis applies to payment types like "PayPal Express Checkout" and Credit Card tokens/nonce where a transaction must be confirmed at a later stage.static final PaymentTransactionTypePaymentTransactionType.VOIDVoid can happen after a CAPTURE but before it has been SETTLED.Methods in org.broadleafcommerce.common.payment that return PaymentTransactionTypeModifier and TypeMethodDescriptionstatic PaymentTransactionTypePaymentTransactionType.getInstance(String type) -
Uses of PaymentTransactionType in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto declared as PaymentTransactionTypeModifier and TypeFieldDescriptionprotected PaymentTransactionTypePaymentResponseDTO.paymentTransactionTypeThe Transaction Type of the Payment that this response representsMethods in org.broadleafcommerce.common.payment.dto that return PaymentTransactionTypeMethods in org.broadleafcommerce.common.payment.dto with parameters of type PaymentTransactionTypeModifier and TypeMethodDescriptionPaymentResponseDTO.paymentTransactionType(PaymentTransactionType paymentTransactionType)