flowDirections property

  1. @JsonKey(name: "flow_directions")
List<SetupIntentFlowDirections>? get flowDirections
inherited

Indicates the directions of money movement for which this payment method is intended to be used. Include inbound if you intend to use the payment method as the origin to pull funds from. Include outbound if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes

Implementation

@JsonKey(name: "flow_directions")
List<SetupIntentFlowDirections>? get flowDirections =>
    throw _privateConstructorUsedError;