Models: Add payment_member
This commit is contained in:
Elwig
@ -18,6 +18,9 @@ namespace Elwig.Models {
|
||||
|
||||
public string CommentFormat => (Comment != null) ? $" ({Comment})" : "";
|
||||
|
||||
public bool IsRed => Type == "R";
|
||||
public bool IsWhite => Type == "W";
|
||||
|
||||
public override string ToString() {
|
||||
return Name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user