PayoneSepaData

data class PayoneSepaData(val name: String, val iban: String, val city: String, val countryCode: String)

Constructors

Link copied to clipboard
constructor(name: String, iban: String, city: String, countryCode: String)

Properties

Link copied to clipboard
@SerializedName(value = "city")
val city: String
Link copied to clipboard
@SerializedName(value = "countryCode")
val countryCode: String
Link copied to clipboard
@SerializedName(value = "iban")
val iban: String
Link copied to clipboard
@SerializedName(value = "lastname")
val name: String