recurly / recurly-client-php

Recurly PHP Client
http://recurly.com
MIT License
172 stars 93 forks source link

V2 add processing_prepayment_balance_in_cents to Recurly_AccountBalance #691

Closed judith closed 2 years ago

judith commented 2 years ago

Add new add processing_prepayment_balance_in_cents attribute to Recurly_AccountBalance. The processing_prepayment_balance_in_cents attribute is a similar format to the balance_in_cents attribute and contains the total for processing prepayment credit invoices in each currency. This value is useful when trying to determine if the customer's prepayment balance has run out or if it is currently processing while waiting on a payment for the corresponding purchase invoice.