Class AppsECPaySaaSQueryMerchantBalanceResponse.Types.Account
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsECPaySaaSQueryMerchantBalanceResponse.Types.Account
- Inheritance
-
AppsECPaySaaSQueryMerchantBalanceResponse.Types.Account
- Inherited Members
Constructors
Account()
public Account()
Properties
FreezeBalance
获取或设置冻结准备金余额(单位:分)。
[JsonPropertyName("freeze_balance")]
public int FreezeBalance { get; set; }
Property Value
OnlineBalance
获取或设置在途余额(单位:分)。
[JsonPropertyName("online_balance")]
public int OnlineBalance { get; set; }
Property Value
WithdrawableBalance
获取或设置可提现余额(单位:分)。
[JsonPropertyName("withdrawable_balacne")]
public int WithdrawableBalance { get; set; }