PaymentItem.Pending プロパティ

定義

true に設定すると、このフラグは amount フィールドが最終値ではないことを意味します。

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

プロパティ値

フィールド内の金額が保留中であることを示すブール値 (つまり、最終値ではありません)。

適用対象