BillingPaymentMethodResource
The BillingPaymentMethodResource type represents a payment method for a checkout session.
Properties
- Name
-
remove - Type
(params?: { orgId?: string; }) => Promise<DeletedObjectResource>- Description
A function that removes this payment method from the account. Accepts the following parameters:
orgId?(string): The ID of the Organization to remove the payment method from.
Feedback
Last updated on
Edit on GitHub