subAccounts property

List<SubAccount>? subAccounts
getter/setter pair

As list of sub-accounts. Sub accounts are your vendor's accounts that you want to settle per transaction. See https://developer.flutterwave.com/docs/split-payment

Implementation

List<SubAccount>? subAccounts;