Type Alias AddressWithName

AddressWithName: Address & { familyName: string; givenName: string }

Address extended with recipient's name. Provided by Klarna as a payload of the 'shippingaddresschange' event.