Class OrderFeeAmount
-
- All Implemented Interfaces:
public final class OrderFeeAmount
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrderFeeAmount.BuilderA builder for OrderFeeAmount.
public final classOrderFeeAmount.TypeType of fee.
-
Method Summary
Modifier and Type Method Description final DoublefeeInEth()The quantity of the fee paid via payment token in ETH. final StringfeeInWei()The quantity of the fee paid via payment token in wei. final OrderFeeAmount.Typetype()Type of fee. final JsonField<Double>_feeInEth()Returns the raw JSON value of feeInEth. final JsonField<String>_feeInWei()Returns the raw JSON value of feeInWei. final JsonField<OrderFeeAmount.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final OrderFeeAmount.BuildertoBuilder()final OrderFeeAmountvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OrderFeeAmount.Builderbuilder()Returns a mutable builder for constructing an instance of OrderFeeAmount. -
-
Method Detail
-
type
final OrderFeeAmount.Type type()
Type of fee.
-
_feeInEth
final JsonField<Double> _feeInEth()
Returns the raw JSON value of feeInEth.
Unlike feeInEth, this method doesn't throw if the JSON field has an unexpected type.
-
_feeInWei
final JsonField<String> _feeInWei()
Returns the raw JSON value of feeInWei.
Unlike feeInWei, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<OrderFeeAmount.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OrderFeeAmount.Builder toBuilder()
-
validate
final OrderFeeAmount validate()
-
builder
final static OrderFeeAmount.Builder builder()
Returns a mutable builder for constructing an instance of OrderFeeAmount.
The following fields are required:
.feeInEth() .feeInWei() .type()
-
-
-
-