Uses of Class
de.hybris.platform.payment.dto.NewSubscription
Packages that use NewSubscription
-
Uses of NewSubscription in de.hybris.platform.payment
Methods in de.hybris.platform.payment that return NewSubscriptionModifier and TypeMethodDescriptionPaymentService.createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card) Creates a subscription at the payment provider side and stores sensitive data there.PaymentService.createSubscription(String merchantTransactionCode, String paymentProvider, 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 NewSubscriptionModifier and TypeMethodDescriptionDefaultPaymentServiceImpl.createSubscription(PaymentTransactionModel transaction, AddressModel paymentAddress, CardInfo card) DefaultPaymentServiceImpl.createSubscription(String merchantTransactionCode, String paymentProvider, Currency currency, AddressModel paymentAddress, CardInfo card)