diff --git a/Rock/Model/Event/Registration/Registration.cs b/Rock/Model/Event/Registration/Registration.cs index 85f8876734d..86f6ca8d696 100644 --- a/Rock/Model/Event/Registration/Registration.cs +++ b/Rock/Model/Event/Registration/Registration.cs @@ -95,6 +95,7 @@ public partial class Registration : Model /// The code. /// [MaxLength( 100 )] + [DataMember] public string DiscountCode { get; set; } /// @@ -131,6 +132,7 @@ public partial class Registration : Model /// /// true if this instance is temporary; otherwise, false. /// + [DataMember] public bool IsTemporary { get; set; } ///