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