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