diff --git a/apigee/credito-tarjeta.json b/apigee/credito-tarjeta.json index d4bc7e7..3026233 100644 --- a/apigee/credito-tarjeta.json +++ b/apigee/credito-tarjeta.json @@ -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": {