@stigg/js-client-sdk - v3.93.0

    Type Alias MoneyInputDto

    Money Input

    type MoneyInputDto = {
        amount: Scalars["Float"];
        currency?: InputMaybe<Currency>;
    }
    Index

    Properties

    amount: Scalars["Float"]

    The price amount

    currency?: InputMaybe<Currency>

    The price currency

    MMNEPVFCICPMFPCPTTAAATR