LifiFeeCost

data class LifiFeeCost(val name: String, val percentage: String, val token: LifiToken, val amountUSD: String, val included: Boolean, val description: String? = null, val amount: String? = null, val feeSplit: LifiFeeSplit? = null)

Fee cost information

Constructors

Link copied to clipboard
constructor(name: String, percentage: String, token: LifiToken, amountUSD: String, included: Boolean, description: String? = null, amount: String? = null, feeSplit: LifiFeeSplit? = null)

Properties

Link copied to clipboard
val amount: String? = null

The amount of fees

Link copied to clipboard

The amount of fees in USD

Link copied to clipboard
val description: String? = null

Description of the fee costs

Link copied to clipboard
val feeSplit: LifiFeeSplit? = null

Fee split details between integrator and LI.FI

Link copied to clipboard

Whether fee is included into transfer's fromAmount

Link copied to clipboard

Name of the fee

Link copied to clipboard

Percentage of how much fees are taken

Link copied to clipboard

The Token in which the fees are taken