PHP Class Stripe\ThreeDSecure

Inheritance: extends stripe\ApiResource
显示文件 Open project: stripe/stripe-php Class Usage Examples

Public Methods

Method Description
classUrl ( ) : string
create ( array | null $params = null, array | string | null $opts = null ) : ThreeDSecure
retrieve ( string $id, array | string | null $options = null ) : ThreeDSecure

Method Details

classUrl() public static method

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

create() public static method

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

retrieve() public static method

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
return ThreeDSecure