DocuSign.Api.Payments.billing_payments_get_payment
You're seeing just the function
billing_payments_get_payment
, go back to DocuSign.Api.Payments module for more information.
Link to this function
billing_payments_get_payment(connection, account_id, payment_id, opts \\ [])
View SourceSpecs
billing_payments_get_payment( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.Payments.t()} | {:error, Tesla.Env.t()}
Gets billing payment information for a specific payment. Retrieves the information for a specified payment. Privileges required: account administrator
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- payment_id (String.t):
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure