You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Cancelling an order removes the associated offset allocation from an order. You will not be charged for cancelled orders. Only orders in the `draft` or `placed` state can be cancelled.
32
-
# @param id [String]
31
+
# Cancelling an order removes the associated offset allocation from an order. You will not be charged for cancelled orders. Only orders in the `draft` or `placed` state can be cancelled.
# Cancelling an order removes the associated offset allocation from an order. You will not be charged for cancelled orders. Only orders in the `draft` or `placed` state can be cancelled.
43
-
# @param id [String]
42
+
# Cancelling an order removes the associated offset allocation from an order. You will not be charged for cancelled orders. Only orders in the `draft` or `placed` state can be cancelled.
43
+
# @param id [String]
44
44
# @param [Hash] opts the optional parameters
45
45
# @return [Array<(OrderResponse, Integer, Hash)>] OrderResponse data, response status code and response headers
# Retrieves a given order and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
229
-
# @param id [String]
235
+
# Retrieves a given order and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
# Retrieves a given order and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
240
-
# @param id [String]
246
+
# Retrieves a given order and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
247
+
# @param id [String]
241
248
# @param [Hash] opts the optional parameters
242
249
# @return [Array<(OrderResponse, Integer, Hash)>] OrderResponse data, response status code and response headers
# Retrieves a list of orders and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
299
+
# Retrieves a list of orders and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
# Retrieves a list of orders and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
313
+
# Retrieves a list of orders and its allocation offsets or negative emissions. You can only retrieve orders associated with the organization you are querying for.
307
314
# @param [Hash] opts the optional parameters
308
-
# @option opts [Integer] :page
309
-
# @option opts [String] :metadata
310
-
# @option opts [String] :metadata_example1
311
-
# @option opts [String] :metadata_example2
315
+
# @option opts [Integer] :page
316
+
# @option opts [String] :metadata
317
+
# @option opts [String] :metadata_example1
318
+
# @option opts [String] :metadata_example2
312
319
# @return [Array<(OrderListResponse, Integer, Hash)>] OrderListResponse data, response status code and response headers
0 commit comments