BushaPaySuccess constructor
const
BushaPaySuccess({
- required String paymentId,
- required String status,
- String? sourceAmount,
- String? sourceCurrency,
- String? targetAmount,
- String? targetCurrency,
- String? requestedAmount,
- String? currency,
- Map<
String, dynamic> ? rate, - Map<
String, dynamic> ? merchantInfo, - Map<
String, dynamic> ? timeline, - Map<
String, dynamic> ? rawData,
Implementation
const BushaPaySuccess({
required this.paymentId,
required this.status,
this.sourceAmount,
this.sourceCurrency,
this.targetAmount,
this.targetCurrency,
this.requestedAmount,
this.currency,
this.rate,
this.merchantInfo,
this.timeline,
this.rawData,
});