PaymentItem.Pending Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets when set to true this flag means that the amount field is not final.
public bool? Pending { get; set; }
member this.Pending : Nullable<bool> with get, set
Public Property Pending As Nullable(Of Boolean)
Property Value
A boolean indicating that amount in field is pending (i.e. not final).