@@ -370,16 +370,6 @@ Attribute | Data type | Description
370
370
` label ` | String! | The name of the option
371
371
` value ` | String! | The value of the option
372
372
373
- #### OrderPaymentMethod attributes {#OrderPaymentMethod}
374
-
375
- The OrderPaymentMethod data type contains details about the payment method used to pay for the order.
376
-
377
- Attribute | Data type | Description
378
- --- | --- | ---
379
- ` additional_data ` | [[ KeyValue] ( #KeyValue )] | Additional data per payment method type
380
- ` name ` | String! | The label that describes the payment method
381
- ` type ` | String! | The payment method code that indicates how the order was paid for
382
-
383
373
#### OrderShipment attributes {#OrderShipment}
384
374
385
375
Attribute | Data type | Description
@@ -405,6 +395,16 @@ Attribute | Data type | Description
405
395
` total_shipping ` | Money! | The shipping costs for the order
406
396
` total_tax ` | Money! | The amount of tax applied to the order
407
397
398
+ #### PaymentMethod attributes {#PaymentMethod}
399
+
400
+ The PaymentMethod data type contains details about the payment method used to pay for the order.
401
+
402
+ Attribute | Data type | Description
403
+ --- | --- | ---
404
+ ` additional_data ` | [[ KeyValue] ( #KeyValue )] | Additional data per payment method type
405
+ ` name ` | String! | The label that describes the payment method
406
+ ` type ` | String! | The payment method code that indicates how the order was paid for
407
+
408
408
#### RewardPoints attributes {#RewardPoints}
409
409
410
410
The ` RewardPoints ` object provides details about the customer's reward points balance, history, and related information.
0 commit comments