Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.LockPaymentRequest
-
Packages that use LockPaymentRequest Package Description com.broadleafcommerce.cartoperation.service.provider.external.payments -
-
Uses of LockPaymentRequest in com.broadleafcommerce.cartoperation.service.provider.external.payments
Methods in com.broadleafcommerce.cartoperation.service.provider.external.payments with parameters of type LockPaymentRequest Modifier and Type Method Description protected LockPaymentsResponse
ExternalPaymentProvider. lockAndRetrievePayments(@NonNull LockPaymentRequest lockPaymentRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Locks the payments based on the givenLockPaymentRequest
.protected Map<String,String>
ExternalPaymentProvider. lockPayments(@NonNull LockPaymentRequest lockPaymentRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Locks the payments based on the givenLockPaymentRequest
.
-