product · inferred from evidence
account.billing_info
An attribute or accessor in the Recurly client for retrieving billing information associated with an account.
- recurly python: account.billing_info raises AttributeError on new accounts
With the recurly V2 python client (2.2.17, python 3.5), creating a new account and then reading account.billing_info raised AttributeError — even after re-fetching with Account.get('1'). The reporter was following the docs example for updat