Documentation ¶
Overview ¶
Package threedsecure provides the /3d_secure APIs This package is deprecated and should not be used anymore. It is still here for backwards compatibility for now. To use 3D Secure, please use the source package instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
Get returns the details of a 3D Secure object.
func New ¶
func New(params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
New creates a new 3D Secure object.
Types ¶
type Client ¶
Client is used to invoke /3d_secure APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
Get returns the details of a 3D Secure object.
func (Client) New ¶
func (c Client) New(params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
New creates a new 3D Secure object.
Click to show internal directories.
Click to hide internal directories.