Uses of Class
org.broadleafcommerce.common.payment.dto.SubscriptionDTO
Packages that use SubscriptionDTO
-
Uses of SubscriptionDTO in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto declared as SubscriptionDTOModifier and TypeFieldDescriptionprotected SubscriptionDTO<PaymentRequestDTO>PaymentRequestDTO.subscriptionMethods in org.broadleafcommerce.common.payment.dto that return SubscriptionDTOModifier and TypeMethodDescriptionSubscriptionDTO.additionalFields(String key, Object value) PaymentRequestDTO.getSubscription()SubscriptionDTO.numberOfInstallments(String numberOfInstallments) SubscriptionDTO.recurringAmount(String recurringAmount) PaymentRequestDTO.subscription()You should only call this once, as it will create a new subscription if called more than once.