| Package | Description |
|---|---|
| me.hao0.wepay.model.bill | |
| me.hao0.wepay.model.enums | |
| me.hao0.wepay.model.order | |
| me.hao0.wepay.model.pay | |
| me.hao0.wepay.model.refund | |
| me.hao0.wepay.serializer |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
Bill.getFeeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bill.setFeeType(FeeType feeType) |
| Modifier and Type | Method and Description |
|---|---|
static FeeType |
FeeType.from(String t) |
static FeeType |
FeeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeeType[] |
FeeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FeeType |
WePayOrder.getCashFeeType() |
FeeType |
WePayOrder.getFeeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WePayOrder.setCashFeeType(FeeType cashFeeType) |
void |
WePayOrder.setFeeType(FeeType feeType) |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
PayRequest.getFeeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PayRequest.setFeeType(FeeType feeType) |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
RefundQueryResponse.getFeeType() |
FeeType |
RefundApplyResponse.getFeeType() |
FeeType |
RefundApplyRequest.getRefundFeeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefundQueryResponse.setFeeType(FeeType feeType) |
void |
RefundApplyResponse.setFeeType(FeeType feeType) |
void |
RefundApplyRequest.setRefundFeeType(FeeType refundFeeType) |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
FeeTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2016. All rights reserved.