toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.payment.payone.sepa
/
PayoneSepaData
Payone
Sepa
Data
data
class
PayoneSepaData
(
val
name
:
String
,
val
iban
:
String
,
val
city
:
String
,
val
countryCode
:
String
)
Members
Constructors
Payone
Sepa
Data
Link copied to clipboard
constructor
(
name
:
String
,
iban
:
String
,
city
:
String
,
countryCode
:
String
)
Properties
city
Link copied to clipboard
@
SerializedName
(
value
=
"city"
)
val
city
:
String
country
Code
Link copied to clipboard
@
SerializedName
(
value
=
"countryCode"
)
val
countryCode
:
String
iban
Link copied to clipboard
@
SerializedName
(
value
=
"iban"
)
val
iban
:
String
name
Link copied to clipboard
@
SerializedName
(
value
=
"lastname"
)
val
name
:
String