onBehalfOf property

  1. @JsonKey(name: "on_behalf_of")
String? get onBehalfOf
inherited

CONNECT ONLY The account (if any) for which the setup is intended.

Implementation

@JsonKey(name: "on_behalf_of")
String? get onBehalfOf => throw _privateConstructorUsedError;