Class ExpectedCharge
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExpectedCharge.Builder,ExpectedCharge>
Estimated charge for the request.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringamount()The tax-exclusive amount of the charge.final StringThe tax-inclusive amount the acceptor has to pay.static ExpectedCharge.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final EstimatedTaxesProvides an aggregated view of estimated tax information for this specific charge.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()Unique identifier of the charge for a given agreement.static Class<? extends ExpectedCharge.Builder> final Instanttime()The date and time when the charge is due to be invoiced.final Timingtiming()Indicates when the charge amount will be incurred.final StringIndicates when the charge amount will be incurred.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
Unique identifier of the charge for a given agreement.
- Returns:
- Unique identifier of the charge for a given agreement.
-
time
The date and time when the charge is due to be invoiced. This is available only when the charge date is known.
- Returns:
- The date and time when the charge is due to be invoiced. This is available only when the charge date is known.
-
amount
The tax-exclusive amount of the charge. Only available when the charge amount is known.
- Returns:
- The tax-exclusive amount of the charge. Only available when the charge amount is known.
-
amountAfterTax
The tax-inclusive amount the acceptor has to pay. The amount is only present for fixed charges.
- Returns:
- The tax-inclusive amount the acceptor has to pay. The amount is only present for fixed charges.
-
timing
Indicates when the charge amount will be incurred. Values include
ON_ACCEPTANCE(charged immediately when the agreement request is accepted),BILLING_PERIOD(charged on each billing period), andSCHEDULED(charged at a predetermined future date).If the service returns an enum value that is not available in the current SDK version,
timingwill returnTiming.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimingAsString().- Returns:
- Indicates when the charge amount will be incurred. Values include
ON_ACCEPTANCE(charged immediately when the agreement request is accepted),BILLING_PERIOD(charged on each billing period), andSCHEDULED(charged at a predetermined future date). - See Also:
-
timingAsString
Indicates when the charge amount will be incurred. Values include
ON_ACCEPTANCE(charged immediately when the agreement request is accepted),BILLING_PERIOD(charged on each billing period), andSCHEDULED(charged at a predetermined future date).If the service returns an enum value that is not available in the current SDK version,
timingwill returnTiming.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimingAsString().- Returns:
- Indicates when the charge amount will be incurred. Values include
ON_ACCEPTANCE(charged immediately when the agreement request is accepted),BILLING_PERIOD(charged on each billing period), andSCHEDULED(charged at a predetermined future date). - See Also:
-
estimatedTaxes
Provides an aggregated view of estimated tax information for this specific charge.
- Returns:
- Provides an aggregated view of estimated tax information for this specific charge.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExpectedCharge.Builder,ExpectedCharge> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-