Class Merchant
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class Merchant
Properties
ConfigurationId
In case your account has been setup with multiple configurations you can use this property to identify the one you would like to use for the transaction. Note that you can only submit preconfigured values in combination with the Worldline Online Payments Acceptance platform. In case no value is supplied a default value of 0 will be submitted to the Worldline Online Payments Acceptance platform. The Worldline Online Payments Acceptance platform internally refers to this as a PosId.
Declaration
public string ConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ContactWebsiteUrl
URL to find contact or support details to contact in case of questions.
Declaration
public string ContactWebsiteUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Seller
Object containing seller details
Declaration
public Seller Seller { get; set; }
Property Value
Type | Description |
---|---|
Seller |
WebsiteUrl
The website from which the purchase was made. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.
Declaration
public string WebsiteUrl { get; set; }
Property Value
Type | Description |
---|---|
string |