diff --git a/apigee/credito-tarjeta.json b/apigee/credito-tarjeta.json index 725ac9f..28c86a1 100644 --- a/apigee/credito-tarjeta.json +++ b/apigee/credito-tarjeta.json @@ -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",