All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fintecsystems.xs2a.java.models.api.users.BankUserCreationRequest.kt Maven / Gradle / Ivy

The newest version!
package com.fintecsystems.xs2a.java.models.api.users

import com.squareup.moshi.Json

data class BankUserCreationRequest (
    /* Name of the user */
    @Json(name = "name")
    var name: String,
    /* E-Mail of the test user */
    @Json(name = "email")
    var email: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy