Class RecurringPaymentTerm
- java.lang.Object
-
- software.amazon.awssdk.services.marketplaceagreement.model.RecurringPaymentTerm
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecurringPaymentTerm.Builder,RecurringPaymentTerm>
@Generated("software.amazon.awssdk:codegen") public final class RecurringPaymentTerm extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecurringPaymentTerm.Builder,RecurringPaymentTerm>
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecurringPaymentTerm.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbillingPeriod()Defines the recurrence at which buyers are charged.static RecurringPaymentTerm.Builderbuilder()StringcurrencyCode()Defines the currency for the prices mentioned in this term.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprice()Amount charged to the buyer every billing period.List<SdkField<?>>sdkFields()static Class<? extends RecurringPaymentTerm.Builder>serializableBuilderClass()RecurringPaymentTerm.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()Type of the term being updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
billingPeriod
public final String billingPeriod()
Defines the recurrence at which buyers are charged.
- Returns:
- Defines the recurrence at which buyers are charged.
-
currencyCode
public final String currencyCode()
Defines the currency for the prices mentioned in this term.
- Returns:
- Defines the currency for the prices mentioned in this term.
-
price
public final String price()
Amount charged to the buyer every billing period.
- Returns:
- Amount charged to the buyer every billing period.
-
type
public final String type()
Type of the term being updated.
- Returns:
- Type of the term being updated.
-
toBuilder
public RecurringPaymentTerm.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecurringPaymentTerm.Builder,RecurringPaymentTerm>
-
builder
public static RecurringPaymentTerm.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecurringPaymentTerm.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-