Calling create_ewallet_charge on the Xendit Python client raised AttributeError: type object 'EWallet' has no attribute 'create_ewallet_charge'. A community member found a workaround: call the static method directly via from xendit.models.ewallet.ewallet import EWallet. A maintainer confirmed it was an import issue with conflicting EWallet classes and raised a fix PR. The fix was released in v0.2.2, and the maintainer confirmed it on the thread. Upgrading past v0.2.2 resolves the AttributeError.