PHP 클래스 PayPal\Api\FuturePayment

상속: extends Payment
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
create ( null $apiContext = null, string | null $clientMetadataId = null ) Extends the Payment object to create future payments
getRefreshToken ( $authorizationCode, ApiContext $apiContext = null ) : string | null Get a Refresh Token from Authorization Code

메소드 상세

create() 공개 메소드

Extends the Payment object to create future payments
public create ( null $apiContext = null, string | null $clientMetadataId = null )
$apiContext null
$clientMetadataId string | null

getRefreshToken() 공개 정적인 메소드

Get a Refresh Token from Authorization Code
public static getRefreshToken ( $authorizationCode, ApiContext $apiContext = null ) : string | null
$authorizationCode
$apiContext PayPal\Rest\ApiContext
리턴 string | null refresh token