Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.domain |
Modifier and Type | Method and Description |
---|---|
Subscription<T> |
Subscription.additionalFields(String key,
Object value) |
Subscription<T> |
Subscription.frequency(String frequency) |
Subscription<PaymentRequest> |
PaymentRequest.getSubscription()
Any information required to execute recurring billing
|
Subscription<T> |
Subscription.numberOfInstallments(String numberOfInstallments) |
Subscription<T> |
Subscription.recurringAmount(javax.money.MonetaryAmount recurringAmount) |
Subscription<T> |
Subscription.startDate(Instant startDate) |
Subscription<PaymentRequest> |
PaymentRequest.subscription()
You should only call this once, as it will create a new subscription if called more than
once.
|
Copyright © 2021. All rights reserved.