Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.RecurringPaymentTerm
-
Packages that use RecurringPaymentTerm Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of RecurringPaymentTerm in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return RecurringPaymentTerm Modifier and Type Method Description RecurringPaymentTermAcceptedTerm. recurringPaymentTerm()Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type RecurringPaymentTerm Modifier and Type Method Description static AcceptedTermAcceptedTerm. fromRecurringPaymentTerm(RecurringPaymentTerm recurringPaymentTerm)Create an instance of this class withAcceptedTerm.recurringPaymentTerm()initialized to the given value.AcceptedTerm.BuilderAcceptedTerm.Builder. recurringPaymentTerm(RecurringPaymentTerm recurringPaymentTerm)Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
-