merchantAccount property

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

The merchant account. This is required if you are retrieving the terminals assigned to a store.If you don't specify a store the response includes the terminals assigned to the specified merchant account and the terminals assigned to the stores under this merchant account.

Implementation

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