ReturnpolicyListResponse constructor

ReturnpolicyListResponse({
  1. String? kind,
  2. List<ReturnPolicy>? resources,
})

Implementation

ReturnpolicyListResponse({
  this.kind,
  this.resources,
});