public void MergeFrom(TaxAssessmentSvcHypotheticalReservationFolioAdjustment other) { if (other == null) { return; } if (other.reservation_ != null) { if (reservation_ == null) { reservation_ = new global::HOLMS.Types.Booking.Indicators.ReservationIndicator(); } Reservation.MergeFrom(other.Reservation); } if (other.amountTendered_ != null) { if (amountTendered_ == null) { amountTendered_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } AmountTendered.MergeFrom(other.AmountTendered); } if (other.Type != 0) { Type = other.Type; } }
public void MergeFrom(ResGSvcTenderCheckGuaranteeRequest other) { if (other == null) { return; } if (other.reservation_ != null) { if (reservation_ == null) { reservation_ = new global::HOLMS.Types.Booking.Indicators.ReservationIndicator(); } Reservation.MergeFrom(other.Reservation); } if (other.amountTendered_ != null) { if (amountTendered_ == null) { amountTendered_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } AmountTendered.MergeFrom(other.AmountTendered); } if (other.CheckNumber.Length != 0) { CheckNumber = other.CheckNumber; } }
public void MergeFrom(TaxAssessmentSvcHypotheticalGroupBookingFolioAdjustment other) { if (other == null) { return; } if (other.groupBooking_ != null) { if (groupBooking_ == null) { groupBooking_ = new global::HOLMS.Types.Booking.Indicators.GroupBookingIndicator(); } GroupBooking.MergeFrom(other.GroupBooking); } if (other.amountTendered_ != null) { if (amountTendered_ == null) { amountTendered_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } AmountTendered.MergeFrom(other.AmountTendered); } if (other.Type != 0) { Type = other.Type; } }