Apply better messages

This commit is contained in:
Kukks
2021-11-04 08:21:01 +01:00
parent 003927418c
commit 51f0c2a5f8
13 changed files with 116 additions and 44 deletions

View File

@@ -14,6 +14,7 @@ namespace BTCPayServer.Models.WalletViewModels
public string PaymentMethodId { get; set; }
public List<PayoutModel> Payouts { get; set; }
public IEnumerable<PaymentMethodId> PaymentMethods { get; set; }
public PayoutState PayoutState { get; set; }
public string PullPaymentName { get; set; }