m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-payment-qr - m8ty Payment QR Code creation
/
eu.m8ty.payments.qr.valueobjects
/
PaymentQRCreditorDebtorInfo
Payment
QRCreditor
Debtor
Info
data
class
PaymentQRCreditorDebtorInfo
(
val
iban
:
String
,
val
name
:
String
,
val
street
:
String
?
=
null
,
val
buildingNumber
:
String
?
=
null
,
val
zipCode
:
String
?
=
null
,
val
city
:
String
?
=
null
,
val
countryCode
:
String
?
=
null
)
Members
Constructors
Payment
QRCreditor
Debtor
Info
Link copied to clipboard
constructor
(
iban
:
String
,
name
:
String
,
street
:
String
?
=
null
,
buildingNumber
:
String
?
=
null
,
zipCode
:
String
?
=
null
,
city
:
String
?
=
null
,
countryCode
:
String
?
=
null
)
Properties
building
Number
Link copied to clipboard
val
buildingNumber
:
String
?
=
null
city
Link copied to clipboard
val
city
:
String
?
=
null
country
Code
Link copied to clipboard
val
countryCode
:
String
?
=
null
iban
Link copied to clipboard
val
iban
:
String
name
Link copied to clipboard
val
name
:
String
street
Link copied to clipboard
val
street
:
String
?
=
null
zip
Code
Link copied to clipboard
val
zipCode
:
String
?
=
null