Package | Description |
---|---|
org.broadleafcommerce.common.payment.dto |
Modifier and Type | Field and Description |
---|---|
protected SubscriptionDTO<PaymentRequestDTO> |
PaymentRequestDTO.subscription |
Modifier and Type | Method and Description |
---|---|
SubscriptionDTO<T> |
SubscriptionDTO.additionalFields(String key,
Object value) |
SubscriptionDTO<T> |
SubscriptionDTO.frequency(String frequency) |
SubscriptionDTO |
PaymentRequestDTO.getSubscription() |
SubscriptionDTO<T> |
SubscriptionDTO.numberOfInstallments(String numberOfInstallments) |
SubscriptionDTO<T> |
SubscriptionDTO.recurringAmount(String recurringAmount) |
SubscriptionDTO<T> |
SubscriptionDTO.startDate(String startDate) |
SubscriptionDTO<PaymentRequestDTO> |
PaymentRequestDTO.subscription()
You should only call this once, as it will create a new subscription
if called more than once.
|
Copyright © 2014. All rights reserved.