commit 6b601a8ac7f029ce7d91282bafe266aa34eb06f1
parent 9ba79785e3dbc75043753ac139d73bc2b431076b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 24 Jan 2020 21:55:22 +0100
type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/JSON.kt b/nexus/src/main/kotlin/JSON.kt
@@ -46,7 +46,7 @@ data class EbicsSubscriberInfoRequest(
* Contain the ID that identifies the new user in the Nexus system.
*/
data class EbicsSubscriberInfoResponse(
- val accountID: Number,
+ val accountID: Int,
val ebicsURL: String,
val hostID: String,
val partnerID: String,