BankUser

data class BankUser(@Json(name = idid: String, @Json(name = namename: String, @Json(name = emailemail: String, @Json(name = testmodetestmode: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

id

transaction ID

name

Name of the user

email

E-Mail of the test user

testmode

True, if this user has been created with a testing API key, false otherwise.

createdAt

Date of creation

Constructors

BankUser
Link copied to clipboard
fun BankUser(@Json(name = idid: String, @Json(name = namename: String, @Json(name = emailemail: String, @Json(name = testmodetestmode: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)
transaction ID

Properties

createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Date of creation
email
Link copied to clipboard
var email: String
E-Mail of the test user
id
Link copied to clipboard
var id: String
transaction ID
name
Link copied to clipboard
var name: String
Name of the user
testmode
Link copied to clipboard
var testmode: Boolean
True, if this user has been created with a testing API key, false otherwise.