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)
Allows the user to capture an arbitrary amount, also known as a forced capture.
func CreateUnlinkedRefund ¶
func CreateUnlinkedRefund(params *stripe.TestHelpersIssuingTransactionCreateUnlinkedRefundParams) (*stripe.IssuingTransaction, error)
Allows the user to refund an arbitrary amount, also known as a unlinked refund.
func Refund ¶
func Refund(id string, params *stripe.TestHelpersIssuingTransactionRefundParams) (*stripe.IssuingTransaction, error)
Refund a test-mode Transaction.
Types ¶
type Client ¶
Client is used to invoke /issuing/transactions APIs.
func (Client) CreateForceCapture ¶
func (c Client) CreateForceCapture(params *stripe.TestHelpersIssuingTransactionCreateForceCaptureParams) (*stripe.IssuingTransaction, error)
Allows the user to capture an arbitrary amount, also known as a forced capture.
func (Client) CreateUnlinkedRefund ¶
func (c Client) CreateUnlinkedRefund(params *stripe.TestHelpersIssuingTransactionCreateUnlinkedRefundParams) (*stripe.IssuingTransaction, error)
Allows the user to refund an arbitrary amount, also known as a unlinked refund.
func (Client) Refund ¶
func (c Client) Refund(id string, params *stripe.TestHelpersIssuingTransactionRefundParams) (*stripe.IssuingTransaction, error)
Refund a test-mode Transaction.
Click to show internal directories.
Click to hide internal directories.