BulkUpdateLineItemsRequest class

Request message for LineItemService.BulkUpdateLineItems.

Constructors

BulkUpdateLineItemsRequest({List<String>? lineItemIds, LineItem? targetLineItem, String? updateMask})
BulkUpdateLineItemsRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lineItemIds List<String>?
IDs of line items to update.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetLineItem LineItem?
A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids."
getter/setter pair
updateMask String?
A field mask identifying which fields to update.
getter/setter pair

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