Uses of Class
com.skava.payment.model.BillingAddress
Packages that use BillingAddress
Package
Description
Cart and checkout Orchestration transformation Classes available here.
This package contains transformation classes for Payment
-
Uses of BillingAddress in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation that return BillingAddressModifier and TypeMethodDescriptionstatic BillingAddress
CartPaymentTransformation.getBillingAddress
(AddressOrchestration billingAddress) This method is used to get billing address of the cart payment response -
Uses of BillingAddress in com.skava.payment.orchestration.transformation
Methods in com.skava.payment.orchestration.transformation with parameters of type BillingAddressModifier and TypeMethodDescriptionstatic AddressOrchestration
PaymentTransformation.getSFBillingAddress
(BillingAddress billingAddress) This method is used to get orchestration billing address from the micro service payment service.