Noah Initiate Payout Data
data class NoahInitiatePayoutData(val destinationAddress: String? = null, val conditions: List<NoahDepositSourceTriggerCondition>? = null, val ruleId: String? = null)
Successful payout initiation payload.
destinationAddress is optional because the BFF derives it from
conditions[0].destinationAddressand falls back tonullwhen the shape is missing or malformed.conditions is optional because the upstream Noah workflow response types it as optional; an empty workflow has no conditions.
Constructors
Link copied to clipboard
constructor(destinationAddress: String? = null, conditions: List<NoahDepositSourceTriggerCondition>? = null, ruleId: String? = null)