openinvoicedataMerchantData |
kotlin.String |
Holds different merchant data points like product, purchase, customer, and so on. It takes data in a Base64 encoded string. The `merchantData` parameter needs to be added to the `openinvoicedata` signature at the end. Since the field is optional, if it's not included it does not impact computing the merchant signature. Applies only to Klarna. You can contact Klarna for the format and structure of the string. |
[optional] |
openinvoicedataNumberOfLines |
kotlin.String |
The number of invoice lines included in `openinvoicedata`. There needs to be at least one line, so `numberOfLines` needs to be at least 1. |
[optional] |
openinvoicedataRecipientFirstName |
kotlin.String |
First name of the recipient. If the delivery address and the billing address are different, specify the `recipientFirstName` and `recipientLastName` to share the delivery address with Klarna. Otherwise, only the billing address is shared with Klarna. |
[optional] |
openinvoicedataRecipientLastName |
kotlin.String |
Last name of the recipient. If the delivery address and the billing address are different, specify the `recipientFirstName` and `recipientLastName` to share the delivery address with Klarna. Otherwise, only the billing address is shared with Klarna. |
[optional] |
openinvoicedataLineItemNrCurrencyCode |
kotlin.String |
The three-character ISO currency code. |
[optional] |
openinvoicedataLineItemNrDescription |
kotlin.String |
A text description of the product the invoice line refers to. |
[optional] |
openinvoicedataLineItemNrItemAmount |
kotlin.String |
The price for one item in the invoice line, represented in minor units. The due amount for the item, VAT excluded. |
[optional] |
openinvoicedataLineItemNrItemId |
kotlin.String |
A unique id for this item. Required for RatePay if the description of each item is not unique. |
[optional] |
openinvoicedataLineItemNrItemVatAmount |
kotlin.String |
The VAT due for one item in the invoice line, represented in minor units. |
[optional] |
openinvoicedataLineItemNrItemVatPercentage |
kotlin.String |
The VAT percentage for one item in the invoice line, represented in minor units. For example, 19% VAT is specified as 1900. |
[optional] |
openinvoicedataLineItemNrNumberOfItems |
kotlin.String |
The number of units purchased of a specific product. |
[optional] |
openinvoicedataLineItemNrReturnShippingCompany |
kotlin.String |
Name of the shipping company handling the the return shipment. |
[optional] |
openinvoicedataLineItemNrReturnTrackingNumber |
kotlin.String |
The tracking number for the return of the shipment. |
[optional] |
openinvoicedataLineItemNrReturnTrackingUri |
kotlin.String |
URI where the customer can track the return of their shipment. |
[optional] |
openinvoicedataLineItemNrShippingCompany |
kotlin.String |
Name of the shipping company handling the delivery. |
[optional] |
openinvoicedataLineItemNrShippingMethod |
kotlin.String |
Shipping method. |
[optional] |
openinvoicedataLineItemNrTrackingNumber |
kotlin.String |
The tracking number for the shipment. |
[optional] |
openinvoicedataLineItemNrTrackingUri |
kotlin.String |
URI where the customer can track their shipment. |
[optional] |