LifiFeeSplit

data class LifiFeeSplit(val integratorFee: String? = null, val lifiFee: String? = null)

Fee split between integrator and LI.FI

Constructors

Link copied to clipboard
constructor(integratorFee: String? = null, lifiFee: String? = null)

Properties

Link copied to clipboard
val integratorFee: String? = null

The integrator's portion of the fee

Link copied to clipboard
val lifiFee: String? = null

The LI.FI portion of the fee