 | CheckoutOptionsPurchaseOrderNumber Property |
A purchase order number to be associated with this transaction
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic string PurchaseOrderNumber { get; set; }Public Property PurchaseOrderNumber As String
Get
Set
public:
property String^ PurchaseOrderNumber {
String^ get ();
void set (String^ value);
}member PurchaseOrderNumber : string with get, set
Property Value
String
See Also