Add redirectAutomatically to GreenField Invoice API (#2321)

This commit is contained in:
Andrew Camilleri
2021-03-01 14:34:07 +01:00
committed by GitHub
parent 949136b161
commit e8df010449
5 changed files with 18 additions and 8 deletions

View File

@@ -33,6 +33,8 @@ namespace BTCPayServer.Client.Models
public double? PaymentTolerance { get; set; }
[JsonProperty("redirectURL")]
public string RedirectURL { get; set; }
public bool? RedirectAutomatically { get; set; }
public string DefaultLanguage { get; set; }
}
}