action docusign_billing_plan_get_credit_card_info { label: "Get credit card information" description: "This method returns information about a credit card associated with an account." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/billing_plan/credit_card" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }