C# Класс PayPal.Api.ClientCredentials

REST application client credentials.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
clientId string
clientSecret string

Открытые методы

Метод Описание
getClientId ( ) : string

Returns the Client ID

getClientSecret ( ) : string

Returns the Client Secret

setClientId ( string clientId ) : void

Set the Client ID

setClientSecret ( string clientSecret ) : void

Set the Client Secret

Описание методов

getClientId() публичный Метод

Returns the Client ID
public getClientId ( ) : string
Результат string

getClientSecret() публичный Метод

Returns the Client Secret
public getClientSecret ( ) : string
Результат string

setClientId() публичный Метод

Set the Client ID
public setClientId ( string clientId ) : void
clientId string
Результат void

setClientSecret() публичный Метод

Set the Client Secret
public setClientSecret ( string clientSecret ) : void
clientSecret string
Результат void

Описание свойств

clientId публичное свойство

Client ID
public string clientId
Результат string

clientSecret публичное свойство

Client Secret
public string clientSecret
Результат string