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 NewSubscriptionPaymentService. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)Creates a subscription at the payment provider side and stores sensitive data there.NewSubscriptionPaymentService. 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 NewSubscriptionDefaultPaymentServiceImpl. createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card)NewSubscriptionDefaultPaymentServiceImpl. createSubscription(java.lang.String merchantTransactionCode, java.lang.String paymentProvider, java.util.Currency currency, AddressModel paymentAddress, CardInfo card)
-