License

Copyright Paysafe 2024. All rights reserved.

interface FxRate {
    creationTime: string;
    expirationTime: string;
    fxRate: number;
    id: string;
    sender: string;
    sourceCurrency: string;
    targetCurrency: string;
}

Properties

creationTime: string
expirationTime: string
fxRate: number
id: string
sender: string
sourceCurrency: string
targetCurrency: string

Generated using TypeDoc