Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.17 KB

File metadata and controls

17 lines (13 loc) · 1.17 KB

OrderResponse

Properties

Name Type Description Notes
client_request_id str Echoes back the value in the request header for tracking. [optional]
api_trace_id str Request identifier in API, can be used to request logs from the support team. [optional]
response_type ResponseType [optional]
order_id str Note - Client Order ID if supplied by client. If not supplied by client, IPG will generate. The first 12 alphanumeric digits are passed down to Fiserv Enterprise reporting tool, Clientline and Data File Manager (DFM). [optional]
billing Billing [optional]
shipping Shipping [optional]
transactions list[TransactionResponse] Required for some payment methods (for example, Klarna). [optional]
additional_details AdditionalDetails [optional]

[Back to Model list] [Back to API list] [Back to README]