Uses of Class
de.hybris.platform.payment.dto.NewSubscription
-
Packages that use NewSubscription Package Description de.hybris.platform.payment de.hybris.platform.payment.impl -
-
Uses of NewSubscription in de.hybris.platform.payment
Methods in de.hybris.platform.payment that return NewSubscription Modifier and Type Method Description NewSubscription
PaymentService. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)
Creates a subscription at the payment provider side and stores sensitive data there.NewSubscription
PaymentService. createSubscription(java.lang.String merchantTransactionCode, java.lang.String paymentProvider, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)
Creates a subscription at the payment provider side and stores sensitive data there. -
Uses of NewSubscription in de.hybris.platform.payment.impl
Methods in de.hybris.platform.payment.impl that return NewSubscription Modifier and Type Method Description NewSubscription
DefaultPaymentServiceImpl. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)
NewSubscription
DefaultPaymentServiceImpl. createSubscription(java.lang.String merchantTransactionCode, java.lang.String paymentProvider, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)
-