public class PaymentInfoFacadeImpl extends java.lang.Object implements PaymentInfoFacade
Constructor and Description |
---|
PaymentInfoFacadeImpl() |
Modifier and Type | Method and Description |
---|---|
IsvPaymentInfoModel |
createPaymentInfo(AddressModel billingAddress,
CustomerModel customerModel,
boolean saveInAccount) |
PaymentInfoModel |
resolvePaymentInfo(CartModel sessionCart,
CustomerModel customer) |
void |
setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService) |
void |
setModelService(ModelService modelService) |
public PaymentInfoModel resolvePaymentInfo(CartModel sessionCart, CustomerModel customer)
resolvePaymentInfo
in interface PaymentInfoFacade
public IsvPaymentInfoModel createPaymentInfo(AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)
createPaymentInfo
in interface PaymentInfoFacade
public void setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService)
public void setModelService(ModelService modelService)