@nevermined-io/payments
    Preparing search index...

    Enumeration PlanPriceType

    Different types of prices that can be configured for a plan

    0 - FIXED_PRICE, 1 - FIXED_FIAT_PRICE, 2 - SMART_CONTRACT_PRICE If FIXED_PRICE it means the plan can be paid in crypto by a fixed amount of a ERC20 or Native token If FIXED_FIAT_PRICE it means the plan can be paid in fiat by a fixed amount (typically USD) If SMART_CONTRACT_PRICE it means the plan can be paid in crypto and the amount to be paid is calculated by a smart contract

    Index

    Enumeration Members

    FIXED_FIAT_PRICE: 1
    FIXED_PRICE: 0
    SMART_CONTRACT_PRICE: 2