AccountsResource class
Constructors
- AccountsResource(ApiRequester client)
Properties
- autofeedSettings → AccountsAutofeedSettingsResource
- 
  
  no setter
- automaticImprovements → AccountsAutomaticImprovementsResource
- 
  
  no setter
- businessIdentity → AccountsBusinessIdentityResource
- 
  
  no setter
- businessInfo → AccountsBusinessInfoResource
- 
  
  no setter
- developerRegistration → AccountsDeveloperRegistrationResource
- 
  
  no setter
- emailPreferences → AccountsEmailPreferencesResource
- 
  
  no setter
- gbpAccounts → AccountsGbpAccountsResource
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- homepage → AccountsHomepageResource
- 
  
  no setter
- issues → AccountsIssuesResource
- 
  
  no setter
- omnichannelSettings → AccountsOmnichannelSettingsResource
- 
  
  no setter
- onlineReturnPolicies → AccountsOnlineReturnPoliciesResource
- 
  
  no setter
- programs → AccountsProgramsResource
- 
  
  no setter
- regions → AccountsRegionsResource
- 
  
  no setter
- relationships → AccountsRelationshipsResource
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- services → AccountsServicesResource
- 
  
  no setter
- shippingSettings → AccountsShippingSettingsResource
- 
  
  no setter
- termsOfServiceAgreementStates → AccountsTermsOfServiceAgreementStatesResource
- 
  
  no setter
- users → AccountsUsersResource
- 
  
  no setter
Methods
- 
  createAndConfigure(CreateAndConfigureAccountRequest request, {String? $fields}) → Future< Account> 
- Creates a Merchant Center account with additional configuration.
- 
  delete(String name, {bool? force, String? $fields}) → Future< Empty> 
- Deletes the specified account regardless of its type: standalone, advanced account or sub-account.
- 
  get(String name, {String? $fields}) → Future< Account> 
- Retrieves an account from your Merchant Center account.
- 
  getAccountForGcpRegistration({String? $fields}) → Future< GetAccountForGcpRegistrationResponse> 
- Retrieves the merchant account that the calling GCP is registered with.
- 
  list({String? filter, int? pageSize, String? pageToken, String? $fields}) → Future< ListAccountsResponse> 
- 
  Note: For the accounts.listmethod, quota and limits usage are charged for each user, and not for the Merchant Center ID or the advanced account ID.
- 
  listSubaccounts(String provider, {int? pageSize, String? pageToken, String? $fields}) → Future< ListSubAccountsResponse> 
- List all sub-accounts for a given advanced account.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  patch(Account request, String name, {String? updateMask, String? $fields}) → Future< Account> 
- Updates an account regardless of its type: standalone, advanced account or sub-account.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited