| Package | Description |
|---|---|
| me.hao0.wepay.model.bill | |
| me.hao0.wepay.model.enums | |
| me.hao0.wepay.model.order | |
| me.hao0.wepay.serializer |
| Modifier and Type | Method and Description |
|---|---|
TradeType |
Bill.getTradeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bill.setTradeType(TradeType tradeType) |
| Modifier and Type | Method and Description |
|---|---|
static TradeType |
TradeType.from(String s) |
static TradeType |
TradeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeType[] |
TradeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TradeType |
WePayOrder.getTradeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WePayOrder.setTradeType(TradeType tradeType) |
| Modifier and Type | Method and Description |
|---|---|
TradeType |
TradeTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2018. All rights reserved.