Property ProductVendor
ProductVendor
Sets or returns the name of the vendor that will be used as part of the user agent string when calling the AfterPay API.
Declaration
public string ProductVendor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If null, empty string or only whitespace, "Yort" 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. |