Mayson Monorepo Documentation
    Preparing search index...
    interface ShippingCost {
        amount: number;
        amount_tax: number;
    }
    Index

    Properties

    Properties

    amount: number

    The amount to reverse, in the smallest currency unit in negative.

    amount_tax: number

    The amount of tax to reverse, in the smallest currency unit in negative.