Skip to content

Commit bcbae36

Browse files
Merge upstream and update generated code for v2314 and d4c29f2350721870596931042bd8edf49187fe0c
2 parents 1f68b88 + 59f11bf commit bcbae36

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b64acdd8dfaa2a49ba973692e6ba333da44a350d
1+
d4c29f2350721870596931042bd8edf49187fe0c

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2313
1+
v2314

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ New features and bug fixes are released on the latest major version of the Strip
264264

265265
## Development
266266

267+
> [!WARNING]
268+
> External contributions to this repo from first-time contributors are currently on hiatus. If you'd like to see a change made to the package, please open an issue.
269+
267270
[Contribution guidelines for this project](CONTRIBUTING.md)
268271

269272
We use [just](https://github.com/casey/just) for conveniently running development tasks. You can use them directly, or copy the commands out of the `justfile`. To our help docs, run `just`.

lib/Issuing/Authorization.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
2626
* @property null|((object{crypto_transaction_confirmed: null|(object{amount: string, amount_mcc_upcharged: null|string, chain: string, confirmed_at: int, currency: string, fees: (object{amount: string, currency: string, type: string}&\Stripe\StripeObject)[], from_address: string, memo: null|string, to_address: string, transaction_hash: string}&\Stripe\StripeObject), crypto_transaction_failed: null|(object{amount: string, amount_mcc_upcharged: null|string, chain: string, currency: string, failed_at: int, failure_reason: string, fees: (object{amount: string, currency: string, type: string}&\Stripe\StripeObject)[], from_address: string, memo: null|string, to_address: null|string, transaction_hash: null|string}&\Stripe\StripeObject), type: string}&\Stripe\StripeObject))[] $crypto_transactions Array of onchain crypto transactions linked to this resource.
2727
* @property string $currency The currency of the cardholder. This currency can be different from the currency presented at authorization and the <code>merchant_currency</code> field on this authorization. Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported currency</a>.
28+
* @property null|(object{merchant: null|(object{data_sources: string[], industry: (object{id: string, names: string[]}&\Stripe\StripeObject), location: null|(object{address: null|(object{city: null|string, country: string, line1: null|string, line2: null|string, postal_code: null|string, state: null|string}&\Stripe\StripeObject), coordinates: null|(object{latitude: null|float, longitude: null|float}&\Stripe\StripeObject)}&\Stripe\StripeObject), logo: null|string, name: null|string, phone: null|string, spade: null|(object{counterparty_id: null|string, location_id: null|string}&\Stripe\StripeObject), url: null|string}&\Stripe\StripeObject), third_parties: null|((object{data_sources: string[], logo: null|string, name: null|string, spade: null|(object{third_party_id: null|string}&\Stripe\StripeObject), type: string}&\Stripe\StripeObject))[]}&\Stripe\StripeObject) $enriched_merchant_data Enriched merchant data for this authorization.
2829
* @property null|(object{cardholder_prompt_data: null|(object{alphanumeric_id: null|string, driver_id: null|string, odometer: null|int, unspecified_id: null|string, user_id: null|string, vehicle_number: null|string}&\Stripe\StripeObject), purchase_type: null|string, reported_breakdown: null|(object{fuel: null|(object{gross_amount_decimal: null|string}&\Stripe\StripeObject), non_fuel: null|(object{gross_amount_decimal: null|string}&\Stripe\StripeObject), tax: null|(object{local_amount_decimal: null|string, national_amount_decimal: null|string}&\Stripe\StripeObject)}&\Stripe\StripeObject), service_type: null|string}&\Stripe\StripeObject) $fleet Fleet-specific information for authorizations using Fleet cards.
2930
* @property null|((object{channel: string, status: string, undeliverable_reason: null|string}&\Stripe\StripeObject))[] $fraud_challenges Fraud challenges sent to the cardholder, if this authorization was declined for fraud risk reasons.
3031
* @property null|(object{industry_product_code: null|string, quantity_decimal: null|string, type: null|string, unit: null|string, unit_cost_decimal: null|string}&\Stripe\StripeObject) $fuel Information about fuel that was purchased with this transaction. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed.

0 commit comments

Comments
 (0)