Class AppsGameWalletAddCoinRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/game/wallet/add_coin 接口的请求。
public class AppsGameWalletAddCoinRequest : AppsGameWalletRequestBase, ICommonRequest
- Inheritance
-
AppsGameWalletAddCoinRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsGameWalletAddCoinRequest()
public AppsGameWalletAddCoinRequest()
Properties
BillNumber
获取或设置订单号。
[JsonPropertyName("bill_no")]
public string BillNumber { get; set; }
Property Value
PresentAmount
获取或设置赠送游戏币的数量。
[JsonPropertyName("present_counts")]
public int PresentAmount { get; set; }