Class MerchantClient
Merchant client. Thread-safe.
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Merchant
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class MerchantClient : ApiResource
  Constructors
MerchantClient(ApiResource, IDictionary<string, string>)
Declaration
public MerchantClient(ApiResource parent, IDictionary<string, string> pathContext)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ApiResource | parent | |
| IDictionary<string, string> | pathContext | 
Properties
Captures
Resource /{merchantId}/captures
Declaration
public CapturesClient Captures { get; }
  Property Value
| Type | Description | 
|---|---|
| CapturesClient | CapturesClient  | 
      
Disputes
Resource /{merchantId}/disputes
Declaration
public DisputesClient Disputes { get; }
  Property Value
| Type | Description | 
|---|---|
| DisputesClient | DisputesClient  | 
      
Files
Resource /{merchantId}/files
Declaration
public FilesClient Files { get; }
  Property Value
| Type | Description | 
|---|---|
| FilesClient | FilesClient  | 
      
Hostedcheckouts
Resource /{merchantId}/hostedcheckouts
Declaration
public HostedcheckoutsClient Hostedcheckouts { get; }
  Property Value
| Type | Description | 
|---|---|
| HostedcheckoutsClient | HostedcheckoutsClient  | 
      
Hostedmandatemanagements
Resource /{merchantId}/hostedmandatemanagements
Declaration
public HostedmandatemanagementsClient Hostedmandatemanagements { get; }
  Property Value
| Type | Description | 
|---|---|
| HostedmandatemanagementsClient | HostedmandatemanagementsClient  | 
      
Installments
Resource /{merchantId}/installments
Declaration
public InstallmentsClient Installments { get; }
  Property Value
| Type | Description | 
|---|---|
| InstallmentsClient | InstallmentsClient  | 
      
Mandates
Resource /{merchantId}/mandates
Declaration
public MandatesClient Mandates { get; }
  Property Value
| Type | Description | 
|---|---|
| MandatesClient | MandatesClient  | 
      
Payments
Resource /{merchantId}/payments
Declaration
public PaymentsClient Payments { get; }
  Property Value
| Type | Description | 
|---|---|
| PaymentsClient | PaymentsClient  | 
      
Payouts
Resource /{merchantId}/payouts
Declaration
public PayoutsClient Payouts { get; }
  Property Value
| Type | Description | 
|---|---|
| PayoutsClient | PayoutsClient  | 
      
Productgroups
Resource /{merchantId}/productgroups
Declaration
public ProductgroupsClient Productgroups { get; }
  Property Value
| Type | Description | 
|---|---|
| ProductgroupsClient | ProductgroupsClient  | 
      
Products
Resource /{merchantId}/products
Declaration
public ProductsClient Products { get; }
  Property Value
| Type | Description | 
|---|---|
| ProductsClient | ProductsClient  | 
      
Refunds
Resource /{merchantId}/refunds
Declaration
public RefundsClient Refunds { get; }
  Property Value
| Type | Description | 
|---|---|
| RefundsClient | RefundsClient  | 
      
Riskassessments
Resource /{merchantId}/riskassessments
Declaration
public RiskassessmentsClient Riskassessments { get; }
  Property Value
| Type | Description | 
|---|---|
| RiskassessmentsClient | RiskassessmentsClient  | 
      
Services
Resource /{merchantId}/services
Declaration
public ServicesClient Services { get; }
  Property Value
| Type | Description | 
|---|---|
| ServicesClient | ServicesClient  | 
      
Sessions
Resource /{merchantId}/sessions
Declaration
public SessionsClient Sessions { get; }
  Property Value
| Type | Description | 
|---|---|
| SessionsClient | SessionsClient  | 
      
Tokens
Resource /{merchantId}/tokens
Declaration
public TokensClient Tokens { get; }
  Property Value
| Type | Description | 
|---|---|
| TokensClient | TokensClient  |