Commit b84aaf49 by Cristian_Camargo

Update credito-tarjeta.json modificacion de objeto pago, se incluyo cuota.

parent ba5aa303
......@@ -521,6 +521,10 @@
"pago": {
"type": "object",
"properties": {
"cuota": {
"type": "number",
"description": "Valor de la cuota de la tarjeta."
},
"ultimo": {
"type": "string",
"description": "Valor del ultimo pago."
......@@ -564,10 +568,6 @@
"type": "number",
"description": "Saldo disponible de la tarjeta."
},
"cuota": {
"type": "number",
"description": "Valor de la cuota de la tarjeta."
},
"fechaActivacion": {
"type": "string",
"format":"date-time",
......
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