public static class P2cQueryFeeRequest.DeductionDetail extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
double |
amount
抵扣金额(由第三方会员系统根据时长换算而来,平台不做时长转金额的处理)
|
String |
identify
抵扣标识(抵扣类型为4积分时,此项为积分数,其他均为唯一标识)
|
int |
minutes
抵扣时长
|
int |
type
抵扣类型(1:权益,2:补贴,3:券,4:积分)
|
| 构造器和说明 |
|---|
DeductionDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAmount()
Gets amount.
|
String |
getIdentify()
Gets identify.
|
int |
getMinutes()
Gets minutes.
|
int |
getType()
Gets type.
|
void |
setAmount(double amount)
Sets amount.
|
void |
setIdentify(String identify)
Sets identify.
|
void |
setMinutes(int minutes)
Sets minutes.
|
void |
setType(int type)
Sets type.
|
public int type
public String identify
public int minutes
public double amount
public int getType()
public void setType(int type)
type - the typepublic String getIdentify()
public void setIdentify(String identify)
identify - the identifypublic int getMinutes()
public void setMinutes(int minutes)
minutes - the minutespublic double getAmount()
public void setAmount(double amount)
amount - the amountCopyright © 2025. All rights reserved.