ExternalPaymentDetails constructor

ExternalPaymentDetails({
  1. ExternalPaymentType? type,
  2. String? source,
  3. Money? sourceFeeMoney,
  4. String? sourceId,
})

Implementation

ExternalPaymentDetails({
  this.type, this.source, this.sourceFeeMoney, this.sourceId
});