Class ContractReceipt
Lightweight DTO mirroring base game's ContractReceipt for analytics/history.
public sealed class ContractReceipt
- Inheritance
-
ContractReceipt
- Inherited Members
- Extension Methods
Constructors
ContractReceipt()
public ContractReceipt()
Properties
AmountPaid
public float AmountPaid { get; set; }
Property Value
CompletionTime
public (int days, int time) CompletionTime { get; set; }
Property Value
CustomerId
public string CustomerId { get; set; }
Property Value
Items
public (string id, int quantity)[] Items { get; set; }
Property Value
ReceiptId
public int ReceiptId { get; set; }