From 28f4a6850311607cf184dbe930d3d31631b62691 Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Tue, 10 Jul 2018 17:16:28 +0200 Subject: [PATCH] Added auto_advance to Invoice --- lib/Invoice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Invoice.php b/lib/Invoice.php index 2ccf99303..a87180e5e 100644 --- a/lib/Invoice.php +++ b/lib/Invoice.php @@ -12,6 +12,7 @@ * @property int $amount_remaining * @property int $application_fee * @property int $attempt_count + * @property bool $auto_advance * @property bool $attempted * @property string $billing * @property string $billing_reason