Uses of Class
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.subschemas.Order
Packages that use Order
Package
Description
-
Uses of Order in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain
Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain that return OrderModifier and TypeMethodDescriptionOrbitalCaptureRequest.getOrder()Captures details about the order this transaction is being executed for.OrbitalCaptureResponse.getOrder()Captures details about the order this transaction is being executed for.OrbitalCreatePaymentRequest.getOrder()Captures details about the order this transaction is being executed for.OrbitalCreatePaymentResponse.getOrder()Captures details about the order this transaction is being executed for.OrbitalRefundRequest.getOrder()Captures details about the order this transaction is being executed for.OrbitalRefundResponse.getOrder()Captures details about the order this transaction is being executed for.OrbitalReversalRequest.getOrder()Captures details about the order this transaction is being executed for.OrbitalReversalResponse.getOrder()Captures details about the order this transaction is being executed for.Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.domain with parameters of type OrderModifier and TypeMethodDescriptionvoidCaptures details about the order this transaction is being executed for.voidCaptures details about the order this transaction is being executed for.voidCaptures details about the order this transaction is being executed for.voidCaptures details about the order this transaction is being executed for.voidCaptures details about the order this transaction is being executed for.voidCaptures details about the order this transaction is being executed for.voidCaptures details about the order this transaction is being executed for.voidCaptures details about the order this transaction is being executed for. -
Uses of Order in com.broadleafcommerce.vendor.chasepayment.service.orbital.external.transformer.support
Method parameters in com.broadleafcommerce.vendor.chasepayment.service.orbital.external.transformer.support with type arguments of type OrderModifier and TypeMethodDescriptionprotected voidAbstractOrbitalRequestResponseTransformer.populatePaymentResponseAmount(OrbitalPaymentRequestWrapper orbitalPaymentRequestWrapper, com.broadleafcommerce.paymentgateway.domain.PaymentResponse responseToPopulate, R receivedResponse, OrbitalResponseCodeEvaluationOutput responseEvaluation, Function<R, Order> orderGetter) Convenience method that should be called inAbstractOrbitalRequestResponseTransformer.populatePaymentResponseWithEvaluatedResults(OrbitalPaymentRequestWrapper, PaymentResponse, Object, OrbitalResponseCodeEvaluationOutput).