Documentation ¶
Overview ¶
Package paymentattemptrecord provides the /payment_attempt_records APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.PaymentAttemptRecordParams) (*stripe.PaymentAttemptRecord, error)
Retrieves a Payment Attempt Record with the given ID
Types ¶
type Client ¶
Client is used to invoke /payment_attempt_records APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.PaymentAttemptRecordParams) (*stripe.PaymentAttemptRecord, error)
Retrieves a Payment Attempt Record with the given ID
type Iter ¶
Iter is an iterator for payment attempt records.
func List ¶
func List(params *stripe.PaymentAttemptRecordListParams) *Iter
List all the Payment Attempt Records attached to the specified Payment Record.
func (*Iter) PaymentAttemptRecord ¶
func (i *Iter) PaymentAttemptRecord() *stripe.PaymentAttemptRecord
PaymentAttemptRecord returns the payment attempt record which the iterator is currently pointing to.
func (*Iter) PaymentAttemptRecordList ¶
func (i *Iter) PaymentAttemptRecordList() *stripe.PaymentAttemptRecordList
PaymentAttemptRecordList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.