C# 클래스 PayPal.Api.ClientCredentials

REST application client credentials.
파일 보기 프로젝트 열기: paypal/PayPal-NET-SDK

공개 프로퍼티들

프로퍼티 타입 설명
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