Enum wechatpay::TradeType [] [src]

pub enum TradeType {
    Jsapi,
    Native,
    App,
}

[交易类型]

Variants

Jsapi

JSAPI

Native

NATIVE

App

APP : app支付,统一下单接口trade_type的传参可参考这里

Trait Implementations

impl ToString for TradeType
[src]

fn to_string(&self) -> String

Converts the given value to a String. Read more