@suluk/payments - v0.1.0
    Preparing search index...

    Interface MinorAmount

    An amount in the currency's minor unit (cents), the Prism convention (no floats in the money path).

    interface MinorAmount {
        minorAmount: number;
        currency: Currency;
    }
    Index

    Properties

    minorAmount: number
    currency: Currency