Property MerchantId
MerchantId
Sets or returns the merchant ID that will be used as part of the user agent string when calling the AfterPay API.
Declaration
public string MerchantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exceptions
Type | Condition |
---|---|
System.InvalidProgramException | Thrown if this property is modified after it has been passed to a AfterPayClient instance. |