File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ The identifier will be included as the origin domain in the subject of any corre
8383 examples : [ "1y3q9v1zzzz" ] ,
8484 } ) ,
8585
86+ specificationBillingId : z . string ( ) . meta ( {
87+ title : "Specification Billing ID" ,
88+ description :
89+ "The billing ID from the letter specification which was used to produce a letter pack for this request." ,
90+ examples : [ "1y3q9v1zzzz" ] ,
91+ } ) ,
92+
8693 supplierId : z . string ( ) . meta ( {
8794 title : "Supplier ID" ,
8895 description : "Supplier ID allocated to the letter during creation." ,
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export function mapLetterToCloudEvent(
2525 status : letter . status ,
2626 specificationId : letter . specificationId ,
2727 billingRef : letter . billingRef ,
28+ specificationBillingId : letter . specificationBillingId ,
2829 supplierId : letter . supplierId ,
2930 groupId : letter . groupId ,
3031 reasonCode : letter . reasonCode ,
You can’t perform that action at this time.
0 commit comments