splits property

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

Contains instructions on how to split the funds between the accounts in your platform. The request must have at least one split item.

Implementation

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