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