PaymentResponseBody constructor
PaymentResponseBody({
- required String id,
- required String reference,
- required String spotflowReference,
- required num amount,
- required String currency,
- required String channel,
- required String status,
- required CustomerInfo customer,
- required String provider,
- num? rate,
- Authorization? authorization,
- DateTime? createdAt,
- String? providerMessage,
- BankDetails? bankDetails,
- UssdResponse? ussd,
Implementation
PaymentResponseBody({
required this.id,
required this.reference,
required this.spotflowReference,
required this.amount,
required this.currency,
required this.channel,
required this.status,
required this.customer,
required this.provider,
this.rate,
this.authorization,
this.createdAt,
this.providerMessage,
this.bankDetails,
this.ussd,
});