Sha256: 432d0b96348ce6f334f15d5d78576be8f5117657b2495b5e6eabf011fdaeef86
Contents?: true
Size: 946 Bytes
Versions: 14
Compression:
Stored size: 946 Bytes
Contents
# SquareConnect::V1UpdateOrderRequest ### Description V1UpdateOrderRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **action** | **String** | The action to perform on the order (COMPLETE, CANCEL, or REFUND). See [V1UpdateOrderRequestAction](#type-v1updateorderrequestaction) for possible values | **shipped_tracking_number** | **String** | The tracking number of the shipment associated with the order. Only valid if action is COMPLETE. | [optional] **completed_note** | **String** | A merchant-specified note about the completion of the order. Only valid if action is COMPLETE. | [optional] **refunded_note** | **String** | A merchant-specified note about the refunding of the order. Only valid if action is REFUND. | [optional] **canceled_note** | **String** | A merchant-specified note about the canceling of the order. Only valid if action is CANCEL. | [optional]
Version data entries
14 entries across 14 versions & 1 rubygems