Uses of Class
com.skava.orchestration.model.common.CardOrchestration
Packages that use CardOrchestration
Package
Description
The processor classes of the Cart Orchestration Service available here.
This package contains transformation classes for Payment
-
Uses of CardOrchestration in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor that return CardOrchestrationModifier and TypeMethodDescriptionstatic CardOrchestration
ConstructUpdateCartPaymentToSFCartProcessor.setAccInfo
(Payment payment) setAccInfo -
Uses of CardOrchestration in com.skava.payment.orchestration.transformation
Methods in com.skava.payment.orchestration.transformation that return CardOrchestrationModifier and TypeMethodDescriptionstatic CardOrchestration
PaymentTransformation.setCustomerCards
(Payment payment) This method is used to set the card details in orchestration customer payment model.Methods in com.skava.payment.orchestration.transformation with parameters of type CardOrchestrationModifier and TypeMethodDescriptionstatic void
PaymentTransformation.getCardInfoFromPaymentOMS
(CardOrchestration cardInfo, OrderOms orderOms) This method is used to set the orchestration card information to the orchestration payment item from the order response.