onBehalfOf property
CONNECT ONLY The account (if any) for which the setup is intended.
Implementation
@JsonKey(name: "next_action") dynamic get nextAction;/// CONNECT ONLY
/// The account (if any) for which the setup is intended.
@JsonKey(name: "on_behalf_of") String? get onBehalfOf;