Skip to content

GobiernoFacil/ocds_participationFees_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Participation Fees

Extend the tender properties to addinformation about the location and the cost of the bases for the tendering.

Example

tender {
  participationFees : {
    value : {
      amount : 3500,
      currency : "MXN",
      paymentMethod : "transfer"
    },

    address : {
      countryName : "Mexico",
      postalCode : "74000",
      region : "Puebla",
      locality : "San Martín Texmelucan",
      streetAddress : "Salón de fiestas Lupita, jardines de Cocoyoc 21, Col. Valle de San Martín"
    },

    date : "2020-01-06T00:00:00"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published