Protected ReadonlyargsRetrieves a Payment with the provided id for the authenticated Customer or anonymous user.
OptionalmethodArgs: {Checks if a Payment exists with the provided id for the authenticated Customer or anonymous user. Returns a 200 status if the Payment exists, or a 404 status otherwise.
OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }Updates a Payment for the authenticated Customer or anonymous user using one or more update actions. You can only update a Payment if it has no Transactions.
Deletes a Payment with the provided
idfor the authenticated Customer or anonymous user. You can only delete a Payment if it has no Transactions.