@NonNullApi
Interface | Description |
---|---|
CartPaymentStatusService | Deprecated
in favor of
PaymentSummaryService |
PaymentConfirmationService |
This service is meant to coordinate the confirmation (and possible rollback) of a cart's
payments in the context of a checkout submission. |
PaymentRequestService |
This service is responsible for building
PaymentRequests to be passed to
PaymentGatewayTransactionService methods to execute work against a payment gateway |
PaymentTransactionService |
Service responsible for the creation of PaymentTransactions & the recording of
PaymentResponse results on the PaymentTransaction |
Class | Description |
---|---|
DefaultCartPaymentStatusService | Deprecated |
DefaultPaymentConfirmationService |
This service is meant to coordinate the confirmation (and possible rollback) of a cart's
payments in the context of a checkout submission. |
DefaultPaymentRequestService | |
DefaultPaymentTransactionService |
Copyright © 2021. All rights reserved.