OrdersInStoreRefundLineItemResponse constructor

OrdersInStoreRefundLineItemResponse({
  1. String? executionStatus,
  2. String? kind,
})

Implementation

OrdersInStoreRefundLineItemResponse({
  this.executionStatus,
  this.kind,
});