associatedMerchantAccounts property

  1. @BuiltValueField.new(wireName: r'associatedMerchantAccounts')
BuiltList<String>? get associatedMerchantAccounts

List of merchant accounts that the API credential has access to.

Implementation

@BuiltValueField(wireName: r'associatedMerchantAccounts')
BuiltList<String>? get associatedMerchantAccounts;