Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 575 Bytes

File metadata and controls

26 lines (22 loc) · 575 Bytes

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"
  }
}