reuseMidNumber property

  1. @BuiltValueField.new(wireName: r'reuseMidNumber')
bool? get reuseMidNumber

Indicates whether the Amex Merchant ID is reused from a previously setup Amex payment method. This is only applicable for gatewayContract and paymentDesignatorContract service levels. The default value is false.

Implementation

@BuiltValueField(wireName: r'reuseMidNumber')
bool? get reuseMidNumber;