Skip to content

Commit f16a130

Browse files
committed
Added ActualFocDate to portins model
1 parent f57e3e7 commit f16a130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PortinsModel.php

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class Portin extends RestEntry {
7878
"LNPLosingCarrierId" => [ "type" => "string"],
7979
"LNPLosingCarrierName" => [ "type" => "string"],
8080
"RequestedFOCDate" => [ "type" => "string"],
81+
"ActualFocDate" => [ "type" => "string"],
8182
"VendorId" => [ "type" => "string"],
8283
"VendorName" => [ "type" => "string"],
8384
"PON" => [ "type" => "string"],

0 commit comments

Comments
 (0)