Class AppsGameWalletAddCoinResponse
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/game/wallet/add_coin 接口的响应。
public class AppsGameWalletAddCoinResponse : ByteDanceMicroAppResponse, ICommonResponse
- Inheritance
-
AppsGameWalletAddCoinResponse
- Implements
-
ICommonResponse
- Inherited Members
Constructors
AppsGameWalletAddCoinResponse()
public AppsGameWalletAddCoinResponse()
Properties
Balance
获取或设置赠送后的余额。
[JsonPropertyName("balance")]
public int Balance { get; set; }
Property Value
BillNumber
获取或设置赠送游戏币的订单号。
[JsonPropertyName("bill_no")]
public string BillNumber { get; set; }