menu
factur_x package
documentation
simple.dart
PaymentInfo
PaymentInfo.new constructor
PaymentInfo.new constructor
dark_mode
light_mode
PaymentInfo
constructor
PaymentInfo
(
{
String
typeCode
=
'58'
,
required
String
iban
,
String
?
accountName
,
String
?
bic
,
})
Implementation
PaymentInfo({ this.typeCode = '58', required this.iban, this.accountName, this.bic, });
factur_x package
documentation
simple
PaymentInfo
PaymentInfo.new constructor
PaymentInfo class