Ability to pass fields to POS app #181

This commit is contained in:
nicolas.dorier
2018-05-24 23:54:48 +09:00
parent 4e32dad1ea
commit dec5dbc0d2
7 changed files with 101 additions and 100 deletions

View File

@@ -20,5 +20,9 @@ namespace BTCPayServer.Models.AppViewModels
[Display(Name = "User can input custom amount")]
public bool ShowCustomAmount { get; set; }
public string Example1 { get; internal set; }
public string Example2 { get; internal set; }
public string ExampleCallback { get; internal set; }
public string InvoiceUrl { get; internal set; }
}
}