Uses of Class
de.hybris.platform.acceleratorservices.payment.data.CustomerBillToData
-
-
Uses of CustomerBillToData in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators with parameters of type CustomerBillToData Modifier and Type Method Description voidCustomerBillToDataPopulator. populate(AddressModel source, CustomerBillToData target) -
Uses of CustomerBillToData in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.request
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.request with parameters of type CustomerBillToData Modifier and Type Method Description protected voidCustomerInfoRequestPopulator. populateBillingInfo(CustomerBillToData source, PaymentData target) -
Uses of CustomerBillToData in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return types with arguments of type CustomerBillToData Modifier and Type Method Description protected Converter<AddressModel,CustomerBillToData>DefaultCreateSubscriptionRequestStrategy. getCustomerBillToDataConverter()Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type CustomerBillToData Modifier and Type Method Description protected voidDefaultCreateSubscriptionRequestStrategy. setEmailAddress(CustomerBillToData customerBillToData, CustomerModel customer)Method parameters in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with type arguments of type CustomerBillToData Modifier and Type Method Description voidDefaultCreateSubscriptionRequestStrategy. setCustomerBillToDataConverter(Converter<AddressModel,CustomerBillToData> customerBillToDataConverter) -
Uses of CustomerBillToData in de.hybris.platform.acceleratorservices.payment.data
Methods in de.hybris.platform.acceleratorservices.payment.data that return CustomerBillToData Modifier and Type Method Description CustomerBillToDataCreateSubscriptionRequest. getCustomerBillToData()Methods in de.hybris.platform.acceleratorservices.payment.data with parameters of type CustomerBillToData Modifier and Type Method Description voidCreateSubscriptionRequest. setCustomerBillToData(CustomerBillToData customerBillToData)
-