openinvoicedataPeriodMerchantData property

  1. @BuiltValueField.new(wireName: r'openinvoicedata.merchantData')
String? get openinvoicedataPeriodMerchantData

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.

Implementation

@BuiltValueField(wireName: r'openinvoicedata.merchantData')
String? get openinvoicedataPeriodMerchantData;