Show / Hide Table of Contents

Class InterchangeServiceVisaServiceClientOptions

The options to be used by a InterchangeServiceVisaServiceClient.

Inheritance
System.Object
InterchangeServiceVisaServiceClientOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.IC.Service.Visa.Host.Client.Options
Assembly: cs.temp.dll.dll
Syntax
public class InterchangeServiceVisaServiceClientOptions
Examples

Representation on appsettings.json file.

{
  "Clients": {
    "InterchangeServiceVisaServiceClient": {
      "Name": "InterchangeServiceVisaServiceClient",
      "AuthorizationToken": "50953e76f47d4be8b0c0072b1b876ab7",
      "BaseAddress": "https://domain-of-api.com/"
    }
  }
}

Properties

AuthorizationToken

Key to authorize request on Microservices.

Declaration
public string AuthorizationToken { get; set; }
Property Value
Type Description
System.String

50953e76f47d4be8b0c0072b1b876ab7

BaseAddress

URL that identify host of the HTTP Rest API call.

Declaration
public string BaseAddress { get; set; }
Property Value
Type Description
System.String

https://domain-of-api.com/

Name

The logical name of the client to create.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ImportServiceClient

Back to top Generated by DocFX