Class Eip155PrepareOrderResponse.Fee
-
- All Implemented Interfaces:
public final class Eip155PrepareOrderResponse.Fee
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155PrepareOrderResponse.Fee.BuilderA builder for Fee.
public final classEip155PrepareOrderResponse.Fee.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 Eip155PrepareOrderResponse.Fee.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<Eip155PrepareOrderResponse.Fee.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final Eip155PrepareOrderResponse.Fee.BuildertoBuilder()final Eip155PrepareOrderResponse.Feevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155PrepareOrderResponse.Fee.Builderbuilder()Returns a mutable builder for constructing an instance of Fee. -
-
Method Detail
-
type
final Eip155PrepareOrderResponse.Fee.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<Eip155PrepareOrderResponse.Fee.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 Eip155PrepareOrderResponse.Fee.Builder toBuilder()
-
validate
final Eip155PrepareOrderResponse.Fee validate()
-
builder
final static Eip155PrepareOrderResponse.Fee.Builder builder()
Returns a mutable builder for constructing an instance of Fee.
The following fields are required:
.feeInEth() .feeInWei() .type()
-
-
-
-