Noah Single Onchain Deposit Source Trigger Condition
data class NoahSingleOnchainDepositSourceTriggerCondition(val amountConditions: List<NoahSingleOnchainDepositSourceTriggerAmountCondition>, val network: String)
Per-condition entry used inside NoahSingleOnchainDepositSourceTriggerInput. JSON keys use PascalCase to match the Noah API wire format.
Constructors
Link copied to clipboard
constructor(amountConditions: List<NoahSingleOnchainDepositSourceTriggerAmountCondition>, network: String)
Properties
Link copied to clipboard
@SerializedName(value = "AmountConditions" )