menu
client_stripe package
documentation
models.dart
CreditNoteUpdateOptions
CreditNoteUpdateOptions const constructor
CreditNoteUpdateOptions const constructor
dark_mode
light_mode
CreditNoteUpdateOptions
constructor
const
CreditNoteUpdateOptions
(
{
List
<
String
>
?
expand
,
String
?
memo
,
Map
<
String
,
String
>
?
metadata
,
})
Implementation
const CreditNoteUpdateOptions({ this.expand, this.memo, this.metadata, });
client_stripe package
documentation
models
CreditNoteUpdateOptions
CreditNoteUpdateOptions const constructor
CreditNoteUpdateOptions class