Details of the Klarna customer profile associated with the payment authorization.

interface KlarnaCustomer {
    customerProfile: KlarnaCustomerProfile;
    customerToken: string;
    customerTokenReference: string;
    shipping: Shipping;
}

Properties

customerProfile: KlarnaCustomerProfile
customerToken: string
customerTokenReference: string
shipping: Shipping