MerchantOrderReturn constructor
MerchantOrderReturn({
- String? creationDate,
- String? merchantOrderId,
- String? orderId,
- String? orderReturnId,
- List<
MerchantOrderReturnItem> ? returnItems, - ReturnPricingInfo? returnPricingInfo,
- List<
ReturnShipment> ? returnShipments,
Implementation
MerchantOrderReturn({
this.creationDate,
this.merchantOrderId,
this.orderId,
this.orderReturnId,
this.returnItems,
this.returnPricingInfo,
this.returnShipments,
});