Refund constructor
Implementation
Refund(
id,
createdAt,
updatedAt,
objectType,
mode,
this.carrier,
this.confirmationNumber,
this.shipmentId,
this.status,
this.trackingCode,
) : super(id, createdAt, updatedAt, objectType, mode);
Refund(
id,
createdAt,
updatedAt,
objectType,
mode,
this.carrier,
this.confirmationNumber,
this.shipmentId,
this.status,
this.trackingCode,
) : super(id, createdAt, updatedAt, objectType, mode);