TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias BillingPaymentMethodBalance

    type BillingPaymentMethodBalance = {
        amount: number;
        currency: string;
    }
    Index

    Properties

    Properties

    amount: number

    Amount of credit in balance.

    currency: string

    Currency of the credit balance.