Class Eip155PrepareOrderResponse.Fee.Builder
-
- All Implemented Interfaces:
public final class Eip155PrepareOrderResponse.Fee.BuilderA builder for Fee.
-
-
Method Summary
-
-
Method Detail
-
feeInEth
final Eip155PrepareOrderResponse.Fee.Builder feeInEth(Double feeInEth)
The quantity of the fee paid via payment token in ETH.
-
feeInEth
final Eip155PrepareOrderResponse.Fee.Builder feeInEth(JsonField<Double> feeInEth)
Sets Builder.feeInEth to an arbitrary JSON value.
You should usually call Builder.feeInEth with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
feeInWei
final Eip155PrepareOrderResponse.Fee.Builder feeInWei(String feeInWei)
The quantity of the fee paid via payment token in wei.
-
feeInWei
final Eip155PrepareOrderResponse.Fee.Builder feeInWei(JsonField<String> feeInWei)
Sets Builder.feeInWei to an arbitrary JSON value.
You should usually call Builder.feeInWei with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final Eip155PrepareOrderResponse.Fee.Builder type(Eip155PrepareOrderResponse.Fee.Type type)
Type of fee.
-
type
final Eip155PrepareOrderResponse.Fee.Builder type(JsonField<Eip155PrepareOrderResponse.Fee.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final Eip155PrepareOrderResponse.Fee.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final Eip155PrepareOrderResponse.Fee.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final Eip155PrepareOrderResponse.Fee.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final Eip155PrepareOrderResponse.Fee.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final Eip155PrepareOrderResponse.Fee.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final Eip155PrepareOrderResponse.Fee build()
Returns an immutable instance of Fee.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.feeInEth() .feeInWei() .type()
-
-
-
-