Uses of Class
com.broadleafcommerce.cartoperation.service.provider.domain.EstimatedFuturePayment
Packages that use EstimatedFuturePayment
-
Uses of EstimatedFuturePayment in com.broadleafcommerce.cartoperation.service.provider.domain
Methods in com.broadleafcommerce.cartoperation.service.provider.domain that return types with arguments of type EstimatedFuturePaymentModifier and TypeMethodDescriptionSubscriptionPriceResponse.getEstimatedFuturePayments()A collection ofEstimatedFuturePaymentobjects describing the timing & amount of future subscription payments.Method parameters in com.broadleafcommerce.cartoperation.service.provider.domain with type arguments of type EstimatedFuturePaymentModifier and TypeMethodDescriptionvoidSubscriptionPriceResponse.setEstimatedFuturePayments(List<EstimatedFuturePayment> estimatedFuturePayments) A collection ofEstimatedFuturePaymentobjects describing the timing & amount of future subscription payments.