DocuSign.Api.PaymentGatewayAccounts.payment_gateway_accounts_get_all_payment_gateway_accounts
You're seeing just the function
payment_gateway_accounts_get_all_payment_gateway_accounts
, go back to DocuSign.Api.PaymentGatewayAccounts module for more information.
Link to this function
payment_gateway_accounts_get_all_payment_gateway_accounts(connection, account_id, opts \\ [])
View SourceSpecs
payment_gateway_accounts_get_all_payment_gateway_accounts( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.PaymentGatewayAccountsInfo.t()} | {:error, Tesla.Env.t()}
List payment gateway account information List payment gateway account information
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure