PHP 클래스 YandexMoney\ExternalPayment

상속: extends BaseAPI
파일 보기 프로젝트 열기: yandex-money/yandex-money-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $instance_id )
getInstanceId ( string $client_id ) : response Registers an instance of an application
process ( array[] $payment_options ) : response Requests an external payment.
request ( array[] $payment_options ) : response Requests an external payment.

메소드 상세

__construct() 공개 메소드

public __construct ( $instance_id )

getInstanceId() 공개 정적인 메소드

Registers an instance of an application
또한 보기: http://api.yandex.com/money/doc/dg/reference/instance-id.xml
또한 보기: https://tech.yandex.ru/money/doc/dg/reference/instance-id-docpage/
public static getInstanceId ( string $client_id ) : response
$client_id string The client_id that was assigned to the application.
리턴 response object

process() 공개 메소드

Requests an external payment.
또한 보기: http://api.yandex.com/money/doc/dg/reference/request-external-payment.xml
또한 보기: https://tech.yandex.ru/money/doc/dg/reference/request-external-payment-docpage/
public process ( array[] $payment_options ) : response
$payment_options array[] Key-value parameters collection
리턴 response object

request() 공개 메소드

Requests an external payment.
또한 보기: http://api.yandex.com/money/doc/dg/reference/request-external-payment.xml
또한 보기: https://tech.yandex.ru/money/doc/dg/reference/request-external-payment-docpage/
public request ( array[] $payment_options ) : response
$payment_options array[] Key-value parameters collection
리턴 response object