Last update:
April 11, 2024
UpdateOrderPaymentDynamicProperties mutation¶
This mutation updates dynamic properties for the order payment.
Arguments¶
The InputUpdateOrderPaymentDynamicPropertiesType
is a type that represents the input object for updating dynamic properties of an order payment.
Fields¶
Field | Description |
---|---|
orderId String |
An optional identifier of the order for which the order payment's dynamic properties will be updated. |
paymentId String |
An optional identifier of the order payment for which the dynamic properties will be updated. |
dynamicProperties [InputDynamicPropertyValueType]! |
Dynamic property value types representing the updated dynamic properties of the order payment. |
Possible returns¶
Possible return | Description |
---|---|
CustomerOrderType |
A customer order. |