Table of Contents

Class AppsGameWalletGamePayResponse

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /apps/game/wallet/game_pay 接口的响应。

public class AppsGameWalletGamePayResponse : ByteDanceMicroAppResponse, ICommonResponse
Inheritance
AppsGameWalletGamePayResponse
Implements
ICommonResponse
Inherited Members

Constructors

AppsGameWalletGamePayResponse()

public AppsGameWalletGamePayResponse()

Properties

Balance

获取或设置预扣后的余额。

[JsonPropertyName("balance")]
public int Balance { get; set; }

Property Value

int

BillNumber

获取或设置订单号。

[JsonPropertyName("bill_no")]
public string BillNumber { get; set; }

Property Value

string

UsedGenAmount

获取或设置本次扣除赠送的游戏币数量。

[JsonPropertyName("used_gen_amt")]
public int UsedGenAmount { get; set; }

Property Value

int