onBehalfOf property

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

CONNECT ONLY The account (if any) for which the funds of the PaymentIntent are intended. See the PaymentIntents use case for connected accounts for details.

Implementation

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