GoogleAdsSearchads360V23ResourcesHotelReconciliation class

A hotel reconciliation.

It contains conversion information from Hotel bookings to reconcile with advertiser records. These rows may be updated or canceled before billing through Bulk Uploads.

Constructors

GoogleAdsSearchads360V23ResourcesHotelReconciliation({bool? billed, String? campaign, String? checkInDate, String? checkOutDate, String? commissionId, String? hotelCenterId, String? hotelId, String? orderId, String? reconciledValueMicros, String? resourceName, String? status})
GoogleAdsSearchads360V23ResourcesHotelReconciliation.fromJson(Map json_)

Properties

billed bool?
Whether a given booking has been billed.
getter/setter pair
campaign String?
The resource name for the Campaign associated with the conversion.
getter/setter pair
checkInDate String?
Check-in date recorded when the booking is made.
getter/setter pair
checkOutDate String?
Check-out date recorded when the booking is made.
getter/setter pair
commissionId String?
The commission ID is Google's ID for this booking.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hotelCenterId String?
Identifier for the Hotel Center account which provides the rates for the Hotel campaign.
getter/setter pair
hotelId String?
Unique identifier for the booked property, as provided in the Hotel Center feed.
getter/setter pair
orderId String?
The order ID is the identifier for this booking as provided in the 'transaction_id' parameter of the conversion tracking tag.
getter/setter pair
reconciledValueMicros String?
Reconciled value is the final value of a booking as paid by the guest.
getter/setter pair
resourceName String?
The resource name of the hotel reconciliation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Current status of a booking with regards to reconciliation and billing.
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