CustomerPaymentResponse constructor
CustomerPaymentResponse({
- int? status,
- String? message,
- CustomerPaymentData? data,
Implementation
CustomerPaymentResponse({
this.status,
this.message,
this.data,});