Property ProductVersion
ProductVersion
Sets or returns the version number of the ProductName name that will be used as part of the user agent string when calling the AfterPay API.
Declaration
public string ProductVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If null, empty string or only whitespace the version of the Yort.Afterpay.Instore assembly being used will be substituted as a default.
Exceptions
Type | Condition |
---|---|
System.InvalidProgramException | Thrown if this property is modified after it has been passed to a AfterPayClient instance. |