im-link-jssdk - v1.1.8
    Preparing search index...

    Interface IMPaymentParams

    支付消息参数

    interface IMPaymentParams {
        amount: string;
        chainCurrencyType: IMChainCurrencyEnum;
        consumeType: string;
        productName: string;
        productOrderNo: string;
        quantity: string;
    }
    Index

    Properties

    amount: string

    消费金额

    chainCurrencyType: IMChainCurrencyEnum

    币种类型

    consumeType: string

    消费类型

    productName: string

    商品名称

    productOrderNo: string

    商品订单号

    quantity: string

    购买数量