Currency presentation details for the Checkout Session.

interface PresentmentDetails {
    presentmentCurrency: string;
}

Properties

presentmentCurrency: string

Currency presented to the customer during payment.