@stigg/node-server-sdk - v4.22.1

    Type Alias TotalPriceFragment

    type TotalPriceFragment = {
        __typename?: "CustomerSubscriptionTotalPrice";
        subTotal: { __typename?: "Money"; amount: number; currency: Currency };
        total: { __typename?: "Money"; amount: number; currency: Currency };
    }
    Index

    Properties

    __typename?: "CustomerSubscriptionTotalPrice"
    subTotal: { __typename?: "Money"; amount: number; currency: Currency }
    total: { __typename?: "Money"; amount: number; currency: Currency }
    MMNEPVFCICPMFPCPTTAAATR