splitFlowExclusions property

List<String> get splitFlowExclusions

Payment method exclusions to pass to Pay Page v2 when in split flow. Always excludes 'split' to prevent nested split payments.

Implementation

List<String> get splitFlowExclusions => const ['split'];