Uses of Class
com.skava.payment.model.Payment
Packages that use Payment
Package
Description
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
Notification processor classes are available here
This package contains transformation classes for Payment
Payment related constants, mapper class, models, orchestration processor and
transformation classes are available here.
-
Uses of Payment in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor with parameters of type PaymentModifier and TypeMethodDescriptionstatic CardOrchestration
ConstructUpdateCartPaymentToSFCartProcessor.setAccInfo
(Payment payment) setAccInfostatic AddressOrchestration
ConstructUpdateCartPaymentToSFCartProcessor.setAddresses
(Payment payment) setAddressesstatic List<PaymentItemOrchestration>
ConstructUpdateCartPaymentToSFCartProcessor.setPaymentItem
(Payment payment) setPaymentItemConstructUpdateCartPaymentToSFCartProcessor.setPaymentProperties
(List<Property> paymentPropertiesList, Payment payment, SFCart sfCart) Get payment properties as a Map -
Uses of Payment in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation that return PaymentModifier and TypeMethodDescriptionstatic Payment
CartPaymentTransformation.cartPaymentToPaymentDTOTransformation
(PaymentOrchestration payment) This method is used to transform the cart payment orchestration to payment data transfer modelMethods in com.skava.cart.orchestration.transformation with parameters of type Payment -
Uses of Payment in com.skava.notification.orchestration.processor
Methods in com.skava.notification.orchestration.processor with parameters of type PaymentModifier and TypeMethodDescriptionstatic List<RecipientInfoDTO>
SubscriptionNotificationProcessor.buildSubscriptionPreferenceData
(SubscriptionPreferenceResponse preferenceDomain, Users userResponse, Addresses addressResponse, Payment paymentResponse, org.apache.camel.Exchange exchange) -
Uses of Payment in com.skava.payment.orchestration.transformation
Methods in com.skava.payment.orchestration.transformation with parameters of type PaymentModifier and TypeMethodDescriptionstatic PaymentOrchestration
PaymentTransformation.paymentToPaymentOrchestration
(Payment payment, PaymentAPIResponse paymentAPIResponse) This method is used to transform the payment microservice model into the orchestration payment model.static CardOrchestration
PaymentTransformation.setCustomerCards
(Payment payment) This method is used to set the card details in orchestration customer payment model.Method parameters in com.skava.payment.orchestration.transformation with type arguments of type PaymentModifier and TypeMethodDescriptionstatic List<PaymentOrchestration>
PaymentTransformation.convertToCustomerPayments
(List<Payment> payments) This method is used to transform the list of payment microservice model into the list of orchestration payment model. -
Uses of Payment in com.skava.payment.utils
Methods in com.skava.payment.utils with parameters of type PaymentModifier and TypeMethodDescriptionstatic boolean
PaymentUtil.isCardExpired
(Payment payment) To check whether credit card is expired or not