paymentmethodconfiguration

package
v76.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 3 Imported by: 1

Documentation

Overview

Package paymentmethodconfiguration provides the /payment_method_configurations APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Get returns the details of a payment method configuration.

func New

New creates a new payment method configuration.

func Update

Update updates a payment method configuration's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /payment_method_configurations APIs.

func (Client) Get

Get returns the details of a payment method configuration.

func (Client) List

List returns a list of payment method configurations.

func (Client) New

New creates a new payment method configuration.

func (Client) Update

Update updates a payment method configuration's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for payment method configurations.

func List

List returns a list of payment method configurations.

func (*Iter) PaymentMethodConfiguration

func (i *Iter) PaymentMethodConfiguration() *stripe.PaymentMethodConfiguration

PaymentMethodConfiguration returns the payment method configuration which the iterator is currently pointing to.

func (*Iter) PaymentMethodConfigurationList

func (i *Iter) PaymentMethodConfigurationList() *stripe.PaymentMethodConfigurationList

PaymentMethodConfigurationList 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