PaymentStatus constructor
PaymentStatus({})
Implementation
PaymentStatus({
required this.error,
required this.message,
required this.amount,
required this.currency,
required this.paid_at,
});
PaymentStatus({
required this.error,
required this.message,
required this.amount,
required this.currency,
required this.paid_at,
});