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