StoredPaymentSource constructor

const StoredPaymentSource({
  1. required PaymentInitiator paymentInitiator,
  2. required PaymentType paymentType,
  3. Usage? usage,
  4. NetworkTransactionReference? networkTransactionReference,
})

Implementation

const StoredPaymentSource({
  required this.paymentInitiator,
  required this.paymentType,
  this.usage,
  this.networkTransactionReference,
});