reconciledValueMicros property

String? reconciledValueMicros
getter/setter pair

Reconciled value is the final value of a booking as paid by the guest.

If original booking value changes for any reason, such as itinerary changes or room upsells, the reconciled value should be the full final amount collected. If a booking is canceled, the reconciled value should include the value of any cancellation fees or non-refundable nights charged. Value is in millionths of the base unit currency. For example, $12.35 would be represented as 12350000. Currency unit is in the default customer currency.

Required. Output only.

Implementation

core.String? reconciledValueMicros;