splits property
An array of objects specifying how the payment should be split when using either Adyen for Platforms for marketplaces or platforms, or standalone Issuing.
Implementation
@BuiltValueField(wireName: r'splits')
BuiltList<Split>? get splits;