Class ReceiverProfit
- java.lang.Object
-
- com.foxinmy.weixin4j.pay.profitsharing.Receiver
-
- com.foxinmy.weixin4j.pay.profitsharing.ReceiverProfit
-
- Direct Known Subclasses:
ReceiverProfitResult
public class ReceiverProfit extends Receiver
请求分帐时使用的分帐方信息- Since:
- weixin4j-pay 1.1.0
- Author:
- kit(kit.li@qq.com)
-
-
Constructor Summary
Constructors Constructor Description ReceiverProfit()
json deserialize needReceiverProfit(ReceiverType type, String account, int amount, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAmount()
String
getDescription()
void
setAmount(int amount)
void
setDescription(String description)
-
Methods inherited from class com.foxinmy.weixin4j.pay.profitsharing.Receiver
getAccount, getCustomRelation, getName, getRelationType, getType, setAccount, setCustomRelation, setName, setRelationType, setType
-
-
-
-
Constructor Detail
-
ReceiverProfit
public ReceiverProfit()
json deserialize need
-
ReceiverProfit
public ReceiverProfit(ReceiverType type, String account, int amount, String description)
-
-