CustomerPaymentMethod API operations.
Summary
Functions
@spec list_payment_methods(Stripe.Client.t(), String.t(), map(), keyword()) :: {:ok, term()} | {:error, Stripe.Error.t()}
List a Customer's PaymentMethods
Returns a list of PaymentMethods for a given Customer
@spec retrieve_payment_method( Stripe.Client.t(), String.t(), String.t(), map(), keyword() ) :: {:ok, term()} | {:error, Stripe.Error.t()}
Retrieve a Customer's PaymentMethod
Retrieves a PaymentMethod object for a given Customer.