LiasettingsCustomBatchRequestEntry class Null safety
Constructors
- LiasettingsCustomBatchRequestEntry({String? accountId, int? batchId, String? contactEmail, String? contactName, String? country, String? gmbEmail, LiaSettings? liaSettings, String? merchantId, String? method, String? posDataProviderId, String? posExternalAccountId})
- LiasettingsCustomBatchRequestEntry.fromJson(Map json_)
Properties
- accountId ↔ String?
-
The ID of the account for which to get/update account LIA settings.
read / write
- batchId ↔ int?
-
An entry ID, unique within the batch request.
read / write
- contactEmail ↔ String?
-
Inventory validation contact email.
read / write
- contactName ↔ String?
-
Inventory validation contact name.
read / write
- country ↔ String?
-
The country code.
read / write
- gmbEmail ↔ String?
-
The Business Profile.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- liaSettings ↔ LiaSettings?
-
The account Lia settings to update.
read / write
- merchantId ↔ String?
-
The ID of the managing account.
read / write
- method ↔ String?
-
The method of the batch entry.
read / write
- posDataProviderId ↔ String?
-
The ID of POS data provider.
read / write
- posExternalAccountId ↔ String?
-
The account ID by which this merchant is known to the POS provider.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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