splits property

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

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;