merchantId property

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

The unique identifier of the merchant account to which the terminal is reassigned. When reassigning terminals to a merchant account, you must specify the inventory field.

Implementation

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