public interface PaymentInfoFacade
Modifier and Type | Method and Description |
---|---|
IsvPaymentInfoModel |
createPaymentInfo(AddressModel billingAddress,
CustomerModel customerModel,
boolean saveInAccount) |
PaymentInfoModel |
resolvePaymentInfo(CartModel sessionCart,
CustomerModel customer) |