merchantAccount property

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

The merchant account that will be the source of funds. You can only use this parameter with sweeps of type pull and if you are processing payments with Adyen.

Implementation

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