Documentation ¶
Overview ¶
Package transaction provides the /issuing/transactions APIs
Index ¶
- func CreateForceCapture(params *stripe.TestHelpersIssuingTransactionCreateForceCaptureParams) (*stripe.IssuingTransaction, error)
- func CreateUnlinkedRefund(params *stripe.TestHelpersIssuingTransactionCreateUnlinkedRefundParams) (*stripe.IssuingTransaction, error)
- func Refund(id string, params *stripe.TestHelpersIssuingTransactionRefundParams) (*stripe.IssuingTransaction, error)
- type Client
- func (c Client) CreateForceCapture(params *stripe.TestHelpersIssuingTransactionCreateForceCaptureParams) (*stripe.IssuingTransaction, error)
- func (c Client) CreateUnlinkedRefund(params *stripe.TestHelpersIssuingTransactionCreateUnlinkedRefundParams) (*stripe.IssuingTransaction, error)
- func (c Client) Refund(id string, params *stripe.TestHelpersIssuingTransactionRefundParams) (*stripe.IssuingTransaction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateForceCapture ¶
func CreateForceCapture(params *stripe.TestHelpersIssuingTransactionCreateForceCaptureParams) (*stripe.IssuingTransaction, error)
CreateForceCapture is the method for the `POST /v1/test_helpers/issuing/transactions/create_force_capture` API.
func CreateUnlinkedRefund ¶
func CreateUnlinkedRefund(params *stripe.TestHelpersIssuingTransactionCreateUnlinkedRefundParams) (*stripe.IssuingTransaction, error)
CreateUnlinkedRefund is the method for the `POST /v1/test_helpers/issuing/transactions/create_unlinked_refund` API.
func Refund ¶
func Refund(id string, params *stripe.TestHelpersIssuingTransactionRefundParams) (*stripe.IssuingTransaction, error)
Refund is the method for the `POST /v1/test_helpers/issuing/transactions/{transaction}/refund` API.
Types ¶
type Client ¶
Client is used to invoke /issuing/transactions APIs.
func (Client) CreateForceCapture ¶
func (c Client) CreateForceCapture(params *stripe.TestHelpersIssuingTransactionCreateForceCaptureParams) (*stripe.IssuingTransaction, error)
CreateForceCapture is the method for the `POST /v1/test_helpers/issuing/transactions/create_force_capture` API.
func (Client) CreateUnlinkedRefund ¶
func (c Client) CreateUnlinkedRefund(params *stripe.TestHelpersIssuingTransactionCreateUnlinkedRefundParams) (*stripe.IssuingTransaction, error)
CreateUnlinkedRefund is the method for the `POST /v1/test_helpers/issuing/transactions/create_unlinked_refund` API.
func (Client) Refund ¶
func (c Client) Refund(id string, params *stripe.TestHelpersIssuingTransactionRefundParams) (*stripe.IssuingTransaction, error)
Refund is the method for the `POST /v1/test_helpers/issuing/transactions/{transaction}/refund` API.