paymentattemptrecord

package
v81.2.0-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package paymentattemptrecord provides the /payment_attempt_records APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Retrieves a Payment Attempt Record with the given ID

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /payment_attempt_records APIs.

func (Client) Get

Retrieves a Payment Attempt Record with the given ID

func (Client) List

func (c Client) List(listParams *stripe.PaymentAttemptRecordListParams) *Iter

List all the Payment Attempt Records attached to the specified Payment Record.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for payment attempt records.

func List

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL