Interface PaymentRequestStateContext

Context for the state of a payment request.

interface PaymentRequestStateContext {
    customerInteraction?: { method?: string; paymentRequestUrl?: string };
    interoperabilityToken?: string;
    klarnaCustomer?: { customerProfile?: KlarnaCustomerProfile };
    paymentToken?: string;
    shipping?: Shipping;
}

Properties

customerInteraction?: { method?: string; paymentRequestUrl?: string }
interoperabilityToken?: string
klarnaCustomer?: { customerProfile?: KlarnaCustomerProfile }
paymentToken?: string
shipping?: Shipping

Shipping information.