From b84aaf498a2fe61e793a77298b0f41604ecfe0f4 Mon Sep 17 00:00:00 2001 From: Cristian Camargo Date: Wed, 17 Apr 2019 14:06:42 +0000 Subject: [PATCH] Update credito-tarjeta.json modificacion de objeto pago, se incluyo cuota. --- apigee/credito-tarjeta.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", -- libgit2 0.26.0