ExternalPaymentDetails constructor
ExternalPaymentDetails({
- ExternalPaymentType? type,
- String? source,
- Money? sourceFeeMoney,
- String? sourceId,
Implementation
ExternalPaymentDetails({
this.type, this.source, this.sourceFeeMoney, this.sourceId
});