mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Bump and Migrate logic chartjs 2.9.4 to 4.5.0, bump stripe-php from 17.2.1 to 17.6.0, fontawesome-free from 5.15.4 to 7.0.0, fullcalendar from 6.1.17 to 6.1.19, TinyMCE from 7.9.1 to 8.0.2, bootsatrap js bundle from 4.6.1 to 4.6.2, DataTables from 2.3.1 to 2.3.3
This commit is contained in:
@@ -5,7 +5,14 @@
|
||||
namespace Stripe;
|
||||
|
||||
/**
|
||||
* The invoice payment object.
|
||||
* Invoice Payments represent payments made against invoices. Invoice Payments can
|
||||
* be accessed in two ways:
|
||||
* 1. By expanding the <code>payments</code> field on the <a href="https://stripe.com/docs/api#invoice">Invoice</a> resource.
|
||||
* 2. By using the Invoice Payment retrieve and list endpoints.
|
||||
*
|
||||
* Invoice Payments include the mapping between payment objects, such as Payment Intent, and Invoices.
|
||||
* This resource and its endpoints allows you to easily track if a payment is associated with a specific invoice and
|
||||
* monitor the allocation details of the payments.
|
||||
*
|
||||
* @property string $id Unique identifier for the object.
|
||||
* @property string $object String representing the object's type. Objects of the same type share the same value.
|
||||
|
||||
Reference in New Issue
Block a user