PaymentDetailsModel constructor
PaymentDetailsModel({
- String? status,
- String? message,
- double? timeStamp,
- PaymentDetailsDataModel? data,
- String? requestId,
- String? correlationId,
- int? code,
- List<
ErrorModel> ? errors,
Implementation
PaymentDetailsModel(
{this.status,
this.message,
this.timeStamp,
this.data,
this.requestId,
this.correlationId,
this.code,
this.errors});