CustomerSources constructor

const CustomerSources({
  1. required List<PaymentSource> data,
  2. required bool hasMore,
  3. required String url,
})

ApmsSourcesSourceList

The customer's payment sources, if any.

Implementation

const CustomerSources({
  required this.data,
  required this.hasMore,
  required this.url,
});