Type Alias Web3ChargeWeb3RetailPaymentMetadata

Web3ChargeWeb3RetailPaymentMetadata: {
    exchangeRateWithoutSpread?: Price;
    exchangeRateWithSpread?: Price;
    fees?: Web3ChargeWeb3RetailPaymentMetadataFeesItem[];
    highValuePaymentCurrencies?: string[];
    maxRetailPaymentValueUsd?: number;
    quoteId?: string;
    sourceAmount?: Price;
    sourceLedgerAccountCurrency?: string;
    sourceLedgerAccountId?: string;
    twoFactorRequired?: boolean;
}