Beispiel #1
0
 public CashOrderResponseCreate(CashOrder order)
 {
     this.Id = order.Id;
 }
 public CashOrderResponseGet(CashOrder order)
 {
     this.Amount   = order.Amount;
     this.Currency = order.Currency;
     this.Status   = order.Status;
 }