splits property

  1. @BuiltValueField.new(wireName: r'splits')
BuiltList<Split>? get splits

An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms. For more information, see how to split payments for platforms.

Implementation

@BuiltValueField(wireName: r'splits')
BuiltList<Split>? get splits;