menu
stripe_api_sdk package
documentation
objects.dart
AllCustomersList
AllCustomersList.new constructor
AllCustomersList.new constructor
dark_mode
light_mode
AllCustomersList
constructor
AllCustomersList
(
{
required
bool
has_more
,
required
List
<
Customer
>
customers
,
})
Implementation
AllCustomersList({ required this.has_more, required this.customers, });
stripe_api_sdk package
documentation
objects
AllCustomersList
AllCustomersList.new constructor
AllCustomersList class