Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.25 KB

CaptureObject.md

File metadata and controls

14 lines (11 loc) · 1.25 KB

# CaptureObject

Properties

Name Type Description Notes
captured_amount int The captured amount in minor units.
description string Description of the capture shown to the customer. Maximum 255 characters. [optional]
order_lines \Klarna\OrderManagement\Model\OrderLine[] Order lines for this capture. Maximum 1000 items. [optional]
reference string Internal reference to the capture. This will be included in the settlement files. Max length is 255 characters. [optional]
shipping_delay int Delay before the order will be shipped. Use for improving the customer experience regarding payments. This field is currently not returned when reading the order. Minimum: 0. Please note: to be able to submit values larger than 0, this has to be enabled in your merchant account. Please contact Klarna for further information. [optional]
shipping_info \Klarna\OrderManagement\Model\ShippingInfo[] Shipping information for this capture. Maximum 500 items. [optional]

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