associatedMerchantAccounts property

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

The list of merchant accounts to associate the user with.

Implementation

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