From 12be4d3f80822699d5cd3fec71d5ddaa2e4f641e Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:45:29 +0000 Subject: [PATCH] Update generated code for v1518 --- OPENAPI_VERSION | 2 +- lib/Issuing/Settlement.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 76f413ea6..dcf158c1c 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1517 \ No newline at end of file +v1518 \ No newline at end of file diff --git a/lib/Issuing/Settlement.php b/lib/Issuing/Settlement.php index 017b4aecd..c29160d51 100644 --- a/lib/Issuing/Settlement.php +++ b/lib/Issuing/Settlement.php @@ -13,19 +13,19 @@ * @property int $clearing_date The date that the transactions are cleared and posted to user's accounts. * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. * @property string $currency Three-letter ISO currency code, in lowercase. Must be a supported currency. - * @property int $interchange_fees The total interchange received as reimbursement for the transactions. + * @property int $interchange_fees_amount The total interchange received as reimbursement for the transactions. * @property bool $livemode Has the value true if the object exists in live mode or the value false if the object exists in test mode. * @property \Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - * @property int $net_total The total net amount required to settle with the network. + * @property int $net_total_amount The total net amount required to settle with the network. * @property string $network The card network for this settlement report. One of ["visa", "maestro"] - * @property int $network_fees The total amount of fees owed to the network. + * @property int $network_fees_amount The total amount of fees owed to the network. * @property string $network_settlement_identifier The Settlement Identification Number assigned by the network. * @property int $other_fees_amount The total amount of any additional ad-hoc fees accessed by the card network. * @property int $other_fees_count The total number of additional ad-hoc fees accessed by the card network. * @property string $settlement_service One of international or uk_national_net. * @property string $status The current processing status of this settlement. + * @property int $transaction_amount The total transaction amount reflected in this settlement. * @property int $transaction_count The total number of transactions reflected in this settlement. - * @property int $transaction_volume The total transaction amount reflected in this settlement. */ class Settlement extends \Stripe\ApiResource {