Commit c06d1e41 by Cristian_Camargo

Update credito-tarjeta.json

parent 8b353226
......@@ -936,6 +936,10 @@
"cuota": {
"type": "object",
"properties": {
"valor": {
"type": "string",
"description": "Valor de la cuota"
},
"numeroOriginal": {
"type": "string",
"description": "Numero original de cuotas"
......@@ -946,15 +950,6 @@
}
}
},
"pago": {
"type": "object",
"properties": {
"valor": {
"type": "string",
"description": "Valor del pago"
}
}
},
"interes": {
"type": "object",
"properties": {
......
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