Share via


PaymentItem.Pending Property

Definition

Indicates that the item may not be finalized, yet. For example, a merchant may initially quote the total cost assuming they will be shipping locally. But this value could change if the user provides an overseas shipping address, which would require the merchant to increase the price to account for international shipping.

public:
 property bool Pending { bool get(); void set(bool value); };
bool Pending();

void Pending(bool value);
public bool Pending { get; set; }
var boolean = paymentItem.pending;
paymentItem.pending = boolean;
Public Property Pending As Boolean

Property Value

Boolean

bool

Gets or sets the Pending status.

Applies to