/// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20037" /> class.
 /// </summary>
 /// <param name="Refund">Refund.</param>
 public InlineResponse20037(Refund Refund = null)
 {
     this.Refund = Refund;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse2012" /> class.
 /// </summary>
 /// <param name="Status">Status.</param>
 /// <param name="Refund">Refund.</param>
 public InlineResponse2012(string Status = null, Refund Refund = null)
 {
     this.Status = Status;
     this.Refund = Refund;
 }