menu
client_stripe package
documentation
models.dart
SourceTypeGiropay
SourceTypeGiropay const constructor
SourceTypeGiropay const constructor
dark_mode
light_mode
SourceTypeGiropay
constructor
const
SourceTypeGiropay
(
{
String
?
bankCode
,
String
?
bankName
,
String
?
bic
,
String
?
statementDescriptor
,
})
Implementation
const SourceTypeGiropay({ this.bankCode, this.bankName, this.bic, this.statementDescriptor, });
client_stripe package
documentation
models
SourceTypeGiropay
SourceTypeGiropay const constructor
SourceTypeGiropay class