請求書では、auto_advance フィールドを使用して自動請求動作が指定されるようになりました対応が必要な変更点
新機能
The closed property on the Invoice object controls automatic collection. Deprecates closed in favor of the more specific auto_ field. Where you might have set closed=true on invoices in the past, set it to auto_.
影響
Invoice オブジェクトの closed プロパティが新しい auto_ フィールドに置き換えられ、自動回収が制御されるため、自動回収が行われないように closed=true ではなく、auto_ を使用して、請求書のライフサイクルを詳細に制御できます。