PaymentItem.Pending 属性

定义

获取或设置设置为 true 时,此标志表示金额字段不是最终字段。

public bool? Pending { get; set; }
member this.Pending : Nullable<bool> with get, set
Public Property Pending As Nullable(Of Boolean)

属性值

一个布尔值,指示字段中的金额正在挂起 (即不是最终) 。

适用于