NoahTransactionBreakdownItem

data class NoahTransactionBreakdownItem(val type: String, val amount: String)

A single line item in a payout quote fee breakdown.

Parameters

type

One of "ChannelFee", "BusinessFee", or "Remaining".

Constructors

Link copied to clipboard
constructor(type: String, amount: String)

Properties

Link copied to clipboard
Link copied to clipboard