WCCustomerInfoResponse constructor

WCCustomerInfoResponse({
  1. Data? data,
  2. String? message,
  3. int? status,
})

Implementation

WCCustomerInfoResponse({this.data, this.message, this.status});