Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RetrieveCashDrawerShiftResponse"/> class.
 /// </summary>
 /// <param name="cashDrawerShift">cash_drawer_shift.</param>
 /// <param name="errors">errors.</param>
 public RetrieveCashDrawerShiftResponse(
     Models.CashDrawerShift cashDrawerShift = null,
     IList <Models.Error> errors            = null)
 {
     this.CashDrawerShift = cashDrawerShift;
     this.Errors          = errors;
 }
Ejemplo n.º 2
0
 public Builder CashDrawerShift(Models.CashDrawerShift value)
 {
     cashDrawerShift = value;
     return(this);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// CashDrawerShift.
 /// </summary>
 /// <param name="cashDrawerShift"> cashDrawerShift. </param>
 /// <returns> Builder. </returns>
 public Builder CashDrawerShift(Models.CashDrawerShift cashDrawerShift)
 {
     this.cashDrawerShift = cashDrawerShift;
     return(this);
 }