Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.RecurringPaymentTerm.Builder
-
Packages that use RecurringPaymentTerm.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of RecurringPaymentTerm.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return RecurringPaymentTerm.Builder Modifier and Type Method Description RecurringPaymentTerm.BuilderRecurringPaymentTerm.Builder. billingPeriod(String billingPeriod)Defines the recurrence at which buyers are charged.static RecurringPaymentTerm.BuilderRecurringPaymentTerm. builder()RecurringPaymentTerm.BuilderRecurringPaymentTerm.Builder. currencyCode(String currencyCode)Defines the currency for the prices mentioned in this term.RecurringPaymentTerm.BuilderRecurringPaymentTerm.Builder. price(String price)Amount charged to the buyer every billing period.RecurringPaymentTerm.BuilderRecurringPaymentTerm. toBuilder()RecurringPaymentTerm.BuilderRecurringPaymentTerm.Builder. type(String type)Type of the term being updated.Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type RecurringPaymentTerm.Builder Modifier and Type Method Description static Class<? extends RecurringPaymentTerm.Builder>RecurringPaymentTerm. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type RecurringPaymentTerm.Builder Modifier and Type Method Description static AcceptedTermAcceptedTerm. fromRecurringPaymentTerm(Consumer<RecurringPaymentTerm.Builder> recurringPaymentTerm)Create an instance of this class withAcceptedTerm.recurringPaymentTerm()initialized to the given value.default AcceptedTerm.BuilderAcceptedTerm.Builder. recurringPaymentTerm(Consumer<RecurringPaymentTerm.Builder> recurringPaymentTerm)Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
-