Skip to content

Commit 0b81ada

Browse files
ProviderFiscalProfile API
1 parent ad87efb commit 0b81ada

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CCOF.Infrastructure.WebAPI/Models/CCOFModels.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ public class FiscalUserProfile
5050

5151
[JsonPropertyName("Organization.ccof_fundingagreementnumber")]
5252
public string? organization_ccof_fundingagreementnumber { get; set; }
53+
[JsonPropertyName("Organization.ccof_bypass_goodstanding_check")]
54+
public bool? organization_ccof_bypass_goodstanding_check { get; set; }
55+
[JsonPropertyName("Organization.ccof_good_standing_status")]
56+
public int? organization_ccof_good_standing_status { get; set; }
5357

5458
[JsonPropertyName("Organization.ccof_contractstatus")]
5559
public int? organization_ccof_contractstatus { get; set; }

0 commit comments

Comments
 (0)