Class AppsGameWalletGamePayRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/game/wallet/game_pay 接口的请求。
public class AppsGameWalletGamePayRequest : AppsGameWalletRequestBase, ICommonRequest
- Inheritance
-
AppsGameWalletGamePayRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsGameWalletGamePayRequest()
public AppsGameWalletGamePayRequest()
Properties
Amount
获取或设置扣除游戏币数量。
[JsonPropertyName("amt")]
public int Amount { get; set; }
Property Value
BillNumber
获取或设置订单号。
[JsonPropertyName("bill_no")]
public string BillNumber { get; set; }
Property Value
PayItem
获取或设置道具名称。
[JsonPropertyName("pay_item")]
public string? PayItem { get; set; }
Property Value
Remark
获取或设置备注。
[JsonPropertyName("app_remark")]
public string? Remark { get; set; }