Uses of Class
de.hybris.platform.acceleratorservices.payment.data.CustomerShipToData
-
-
Uses of CustomerShipToData in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators with parameters of type CustomerShipToData Modifier and Type Method Description voidCustomerShipToDataPopulator. populate(CartModel source, CustomerShipToData target) -
Uses of CustomerShipToData 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 CustomerShipToData Modifier and Type Method Description protected voidCustomerInfoRequestPopulator. populateShippingInfo(CustomerShipToData source, PaymentData target) -
Uses of CustomerShipToData 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 CustomerShipToData Modifier and Type Method Description protected Converter<CartModel,CustomerShipToData>DefaultCreateSubscriptionRequestStrategy. getCustomerShipToDataConverter()Method parameters in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with type arguments of type CustomerShipToData Modifier and Type Method Description voidDefaultCreateSubscriptionRequestStrategy. setCustomerShipToDataConverter(Converter<CartModel,CustomerShipToData> customerShipToDataConverter) -
Uses of CustomerShipToData in de.hybris.platform.acceleratorservices.payment.data
Methods in de.hybris.platform.acceleratorservices.payment.data that return CustomerShipToData Modifier and Type Method Description CustomerShipToDataCreateSubscriptionRequest. getCustomerShipToData()Methods in de.hybris.platform.acceleratorservices.payment.data with parameters of type CustomerShipToData Modifier and Type Method Description voidCreateSubscriptionRequest. setCustomerShipToData(CustomerShipToData customerShipToData)
-