Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to update the customer's saved payment source, currently a credit card.

Index

Interfaces

Type aliases

Variables

Functions

Interfaces

Args

Args:

Like with SignUp, this token can only be produced on the dapp.bot website using Stripe's client-side plugin. This method cannot be successfully called by external API customers.

token

token: string

Result

Result:

Optional retriedInvoice

retriedInvoice: Invoice

updatedCustomer

updatedCustomer: Customer

Type aliases

Response

Response: ApiResponse<Result>

Variables

Const HTTP

HTTP: PUT = "PUT"

Const Path

Path: string = paymentBasePath

Functions

isArgs

  • isArgs(val: any): boolean

newArgs

  • Factory to produce an Args object with an empty string. Useful for getting the correct shape as a value, without having to hardcode strings.

    Returns Args

Generated using TypeDoc