LiasettingsCustomBatchRequestEntry class

Constructors

LiasettingsCustomBatchRequestEntry({String? accountId, int? batchId, String? contactEmail, String? contactName, String? country, String? gmbEmail, LiaSettings? liaSettings, String? merchantId, String? method, LiaOmnichannelExperience? omnichannelExperience, String? posDataProviderId, String? posExternalAccountId})
LiasettingsCustomBatchRequestEntry.fromJson(Map json_)

Properties

accountId String?
The ID of the account for which to get/update account LIA settings.
getter/setter pair
batchId int?
An entry ID, unique within the batch request.
getter/setter pair
contactEmail String?
Inventory validation contact email.
getter/setter pair
contactName String?
Inventory validation contact name.
getter/setter pair
country String?
The country code.
getter/setter pair
gmbEmail String?
The Business Profile.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liaSettings LiaSettings?
The account Lia settings to update.
getter/setter pair
merchantId String?
The ID of the managing account.
getter/setter pair
method String?
The method of the batch entry.
getter/setter pair
omnichannelExperience LiaOmnichannelExperience?
The omnichannel experience for a country.
getter/setter pair
posDataProviderId String?
The ID of POS data provider.
getter/setter pair
posExternalAccountId String?
The account ID by which this merchant is known to the POS provider.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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