openinvoicedataPeriodRecipientFirstName property
- @BuiltValueField.new(wireName: r'openinvoicedata.recipientFirstName')
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.
Implementation
@BuiltValueField(wireName: r'openinvoicedata.recipientFirstName')
String? get openinvoicedataPeriodRecipientFirstName;