PHP 클래스 Stripe\ThreeDSecure

상속: extends stripe\ApiResource
파일 보기 프로젝트 열기: stripe/stripe-php 1 사용 예제들

공개 메소드들

메소드 설명
classUrl ( ) : string
create ( array | null $params = null, array | string | null $opts = null ) : ThreeDSecure
retrieve ( string $id, array | string | null $options = null ) : ThreeDSecure

메소드 상세

classUrl() 공개 정적인 메소드

public static classUrl ( ) : string
리턴 string The endpoint URL for the given class.

create() 공개 정적인 메소드

public static create ( array | null $params = null, array | string | null $opts = null ) : ThreeDSecure
$params array | null
$opts array | string | null
리턴 ThreeDSecure The created 3D Secure object.

retrieve() 공개 정적인 메소드

public static retrieve ( string $id, array | string | null $options = null ) : ThreeDSecure
$id string The ID of the 3DS auth to retrieve.
$options array | string | null
리턴 ThreeDSecure