CustomerSources constructor
const
CustomerSources({
- required List<
PaymentSource> data, - required bool hasMore,
- required String url,
ApmsSourcesSourceList
The customer's payment sources, if any.
Implementation
const CustomerSources({
required this.data,
required this.hasMore,
required this.url,
});