public void MergeFrom(ReservationInvoiceMapping other) { if (other == null) { return; } if (other.invoiceId_ != null) { if (invoiceId_ == null) { invoiceId_ = new global::HOLMS.Types.Primitive.Uuid(); } InvoiceId.MergeFrom(other.InvoiceId); } if (other.reservationId_ != null) { if (reservationId_ == null) { reservationId_ = new global::HOLMS.Types.Booking.Indicators.ReservationIndicator(); } ReservationId.MergeFrom(other.ReservationId); } if (other.amount_ != null) { if (amount_ == null) { amount_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } Amount.MergeFrom(other.Amount); } if (other.payment_ != null) { if (payment_ == null) { payment_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } Payment.MergeFrom(other.Payment); } if (other.taxes_ != null) { if (taxes_ == null) { taxes_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } Taxes.MergeFrom(other.Taxes); } if (other.fees_ != null) { if (fees_ == null) { fees_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } Fees.MergeFrom(other.Fees); } if (other.charges_ != null) { if (charges_ == null) { charges_ = new global::HOLMS.Types.Primitive.MonetaryAmount(); } Charges.MergeFrom(other.Charges); } if (other.Voided != false) { Voided = other.Voided; } }
public void MergeFrom(GroupBookingInvoiceMapping other) { if (other == null) { return; } if (other.groupBookingId_ != null) { if (groupBookingId_ == null) { groupBookingId_ = new global::HOLMS.Types.Booking.Indicators.GroupBookingIndicator(); } GroupBookingId.MergeFrom(other.GroupBookingId); } if (other.InvoiceNumber != 0) { InvoiceNumber = other.InvoiceNumber; } if (other.invoiceId_ != null) { if (invoiceId_ == null) { invoiceId_ = new global::HOLMS.Types.Primitive.Uuid(); } InvoiceId.MergeFrom(other.InvoiceId); } if (other.Voided != false) { Voided = other.Voided; } if (other.createdBy_ != null) { if (createdBy_ == null) { createdBy_ = new global::HOLMS.Types.IAM.StaffMember(); } CreatedBy.MergeFrom(other.CreatedBy); } if (other.voidedBy_ != null) { if (voidedBy_ == null) { voidedBy_ = new global::HOLMS.Types.IAM.StaffMember(); } VoidedBy.MergeFrom(other.VoidedBy); } if (other.voidedAt_ != null) { if (voidedAt_ == null) { voidedAt_ = new global::Google.Protobuf.WellKnownTypes.Timestamp(); } VoidedAt.MergeFrom(other.VoidedAt); } if (other.createdAt_ != null) { if (createdAt_ == null) { createdAt_ = new global::Google.Protobuf.WellKnownTypes.Timestamp(); } CreatedAt.MergeFrom(other.CreatedAt); } }