virtualAccount property

  1. @BuiltValueField.new(wireName: r'virtualAccount')
String? get virtualAccount

The account holder's accountCode where the split amount will be sent. Required when you provide the splitConfigurationUUID.

Implementation

@BuiltValueField(wireName: r'virtualAccount')
String? get virtualAccount;