OrdersCustomBatchRequestEntryRefundItemItem constructor
OrdersCustomBatchRequestEntryRefundItemItem({
- MonetaryAmount? amount,
- bool? fullRefund,
- String? lineItemId,
- String? productId,
- int? quantity,
Implementation
OrdersCustomBatchRequestEntryRefundItemItem({
this.amount,
this.fullRefund,
this.lineItemId,
this.productId,
this.quantity,
});