Property OrderMerchantReference
OrderMerchantReference
An optional value specifying the merchant reference used to create the original order (from MerchantReference).
Declaration
public string OrderMerchantReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If a non-null value is provided for this property then it must match the merchant reference on the original order or an error will occur. If a null value is provided then no check is performed on the merchant reference.