AccountsOmnichannelSettingsResource class

Constructors

AccountsOmnichannelSettingsResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
lfpProviders AccountsOmnichannelSettingsLfpProvidersResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(OmnichannelSetting request, String parent, {String? $fields}) Future<OmnichannelSetting>
Create the omnichannel settings for a given merchant.
get(String name, {String? $fields}) Future<OmnichannelSetting>
Get the omnichannel settings for a given merchant.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListOmnichannelSettingsResponse>
List all the omnichannel settings for a given merchant.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(OmnichannelSetting request, String name, {String? updateMask, String? $fields}) Future<OmnichannelSetting>
Update the omnichannel setting for a given merchant in a given country.
requestInventoryVerification(RequestInventoryVerificationRequest request, String name, {String? $fields}) Future<RequestInventoryVerificationResponse>
Requests inventory verification for a given merchant in a given country.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited