Commit c06d1e41 by Cristian_Camargo

Update credito-tarjeta.json

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