AccountsClientsResource class
Methods
-
create(Client request, String accountId, {String? $fields})
→ Future<Client>
-
Creates a new client buyer.
-
get(String accountId, String clientAccountId, {String? $fields})
→ Future<Client>
-
Gets a client buyer with a given client account ID.
-
list(String accountId, {int? pageSize, String? pageToken, String? partnerClientId, String? $fields})
→ Future<ListClientsResponse>
-
Lists all the clients for the current sponsor buyer.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Client request, String accountId, String clientAccountId, {String? $fields})
→ Future<Client>
-
Updates an existing client buyer.