NoahFeeDetails

data class NoahFeeDetails(val fiatCurrencyCode: String, val totalFeePct: String, val totalFeeBase: String, val totalFeeMin: String)

Fee breakdown returned with payin bank details. Mirrors connect-api's NoahFeeDetails.

Constructors

Link copied to clipboard
constructor(fiatCurrencyCode: String, totalFeePct: String, totalFeeBase: String, totalFeeMin: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard