Type Alias PaymentRequestStateAuthorized

PaymentRequestStateAuthorized: {
    klarnaCustomer: KlarnaCustomer;
    paymentTransactionId: string;
    shipping: Shipping;
    state: AUTHORIZED;
}

Type declaration