Class ParticipantRecordTransactionParams.TotalTax
-
- All Implemented Interfaces:
public final class ParticipantRecordTransactionParams.TotalTax
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classParticipantRecordTransactionParams.TotalTax.BuilderA builder for TotalTax.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final ParticipantRecordTransactionParams.TotalTax.BuildertoBuilder()final ParticipantRecordTransactionParams.TotalTaxvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ParticipantRecordTransactionParams.TotalTax.Builderbuilder()Returns a mutable builder for constructing an instance of TotalTax. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ParticipantRecordTransactionParams.TotalTax.Builder toBuilder()
-
validate
final ParticipantRecordTransactionParams.TotalTax validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ParticipantRecordTransactionParams.TotalTax.Builder builder()
Returns a mutable builder for constructing an instance of TotalTax.
-
-
-
-