PaymentItem.Pending Property

Definition

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).

Applies to