OrdersSetLineItemMetadataRequest constructor

OrdersSetLineItemMetadataRequest({
  1. List<OrderMerchantProvidedAnnotation>? annotations,
  2. String? lineItemId,
  3. String? operationId,
  4. String? productId,
})

Implementation

OrdersSetLineItemMetadataRequest({
  this.annotations,
  this.lineItemId,
  this.operationId,
  this.productId,
});