GoogleAdsSearchads360V23ResourcesHotelReconciliation constructor

GoogleAdsSearchads360V23ResourcesHotelReconciliation({
  1. bool? billed,
  2. String? campaign,
  3. String? checkInDate,
  4. String? checkOutDate,
  5. String? commissionId,
  6. String? hotelCenterId,
  7. String? hotelId,
  8. String? orderId,
  9. String? reconciledValueMicros,
  10. String? resourceName,
  11. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesHotelReconciliation({
  this.billed,
  this.campaign,
  this.checkInDate,
  this.checkOutDate,
  this.commissionId,
  this.hotelCenterId,
  this.hotelId,
  this.orderId,
  this.reconciledValueMicros,
  this.resourceName,
  this.status,
});