Class V1Client
V1. Thread-safe.
Inherited Members
Namespace: Worldline.Connect.Sdk.V1
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class V1Client : ApiResource
Constructors
V1Client(ApiResource, IDictionary<string, string>)
Declaration
public V1Client(ApiResource parent, IDictionary<string, string> pathContext)
Parameters
Type | Name | Description |
---|---|---|
ApiResource | parent | |
IDictionary<string, string> | pathContext |
Methods
WithNewMerchant(string)
Resource /{merchantId}
Declaration
public MerchantClient WithNewMerchant(string merchantId)
Parameters
Type | Name | Description |
---|---|---|
string | merchantId | string |
Returns
Type | Description |
---|---|
MerchantClient | MerchantClient |