Commit 99e50b90 by Cristian_Camargo

Update credito-tarjeta.json

parent 4b998827
...@@ -898,6 +898,7 @@ ...@@ -898,6 +898,7 @@
"properties": { "properties": {
"fechaVencimiento": { "fechaVencimiento": {
"type": "string", "type": "string",
"format": "date-time",
"description": "Fecha de vencimiento del pago" "description": "Fecha de vencimiento del pago"
}, },
"minimo": { "minimo": {
...@@ -917,6 +918,7 @@ ...@@ -917,6 +918,7 @@
}, },
"fecha": { "fecha": {
"type": "string", "type": "string",
"format": "date-time",
"description": "Fecha del movimiento" "description": "Fecha del movimiento"
}, },
"descripcion": { "descripcion": {
...@@ -994,6 +996,7 @@ ...@@ -994,6 +996,7 @@
}, },
"fechaFacturacion": { "fechaFacturacion": {
"type": "string", "type": "string",
"format": "date-time",
"description": "fecha de facturacion de la tms." "description": "fecha de facturacion de la tms."
}, },
"cupo": { "cupo": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment