Skip to content

Commit

Permalink
Update generated code for beta (#1562)
Browse files Browse the repository at this point in the history
* Update generated code for v339

* Update generated code for v340

* Update generated code for v341

* Update generated code for v342

* Update generated code for v343

* Update generated code for v344

* Update generated code for v345

* Update generated code for v346

* Update generated code for v347

* Update generated code for v348

* Update generated code for v349

* Update generated code for v350

* Update generated code for v351

* Update generated code (#1563)

* Update generated code for v339

* Update generated code for v340

* Update generated code for v342

* Update generated code for v343

* Update generated code for v344

* Update generated code for v345

* Update generated code for v349

* Update generated code for v350

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>

* Bump version to 22.20.0

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Pavel Krymets <pakrym@stripe.com>
  • Loading branch information
stripe-openapi[bot] and pakrym-stripe committed May 19, 2023
1 parent abf524a commit 77a7e14
Show file tree
Hide file tree
Showing 73 changed files with 1,247 additions and 134 deletions.
34 changes: 21 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 22.20.0 - 2023-05-19
* [#1563](https://github.com/stripe/stripe-java/pull/1563) Update generated code
* Add support for `subscription_update_confirm` and `subscription_update` on `BillingPortal.Session.flow` and `BillingPortalSessionCreateParams.flow_data`
* Add support for new values `subscription_update_confirm` and `subscription_update` on enum `BillingPortalSessionCreateParams.flow_data.type`
* Add support for `link` on `Charge.payment_method_details.card.wallet` and `PaymentMethod.card.wallet`
* Add support for `buyer_id` and `cashtag` on `Charge.payment_method_details.cashapp` and `PaymentMethod.cashapp`
* Add support for new values `amusement_tax` and `communications_tax` on enums `TaxRateCreateParams.tax_type` and `TaxRateUpdateParams.tax_type`

## 22.20.0-beta.1 - 2023-05-11
* [#1561](https://github.com/stripe/stripe-java/pull/1561) Update generated code for beta
* Add support for `payer_email`, `payer_name`, and `seller_protection` on `Charge.payment_method_details.paypal`
Expand All @@ -9,22 +17,22 @@
* Remove support for `billing_agreement_id` and `currency` on `CheckoutSessionCreateParams.payment_method_options.paypal`
* Add support for `fingerprint`, `payer_id`, and `verified_email` on `Mandate.payment_method_details.paypal` and `PaymentMethod.paypal`
* Add support for `taxability_reason` and `taxable_amount` on `Order.shipping_cost.taxes[]`, `Order.total_details.breakdown.taxes[]`, and `QuotePhase.total_details.breakdown.taxes[]`
* Add support for `head_office` on `Tax.Settings` and `TaxSettingsUpdateParams`
* Add support for `head_office` on `Tax.Settings` and `TaxSettingsUpdateParams`

## 22.19.0 - 2023-05-11
* [#1559](https://github.com/stripe/stripe-java/pull/1559) Update generated code
* Add support for `paypal` on `Charge.payment_method_details`, `CheckoutSessionCreateParams.payment_method_options`, `Mandate.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options`
* Add support for `network_token` on `Charge.payment_method_details.card`
* Add support for new value `paypal` on enums `CheckoutSessionCreateParams.payment_method_types[]` and `PaymentMethodCreateParams.type`
* Add support for `taxability_reason` and `taxable_amount` on `Checkout.Session.shipping_cost.taxes[]`, `Checkout.Session.total_details.breakdown.taxes[]`, `CreditNote.shipping_cost.taxes[]`, `CreditNote.tax_amounts[]`, `Invoice.shipping_cost.taxes[]`, `Invoice.total_tax_amounts[]`, `LineItem.taxes[]`, `Quote.computed.recurring.total_details.breakdown.taxes[]`, `Quote.computed.upfront.total_details.breakdown.taxes[]`, and `Quote.total_details.breakdown.taxes[]`
* Add support for new value `paypal` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
* Add support for new value `paypal` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
* Add support for new value `paypal` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
* Add support for new value `eftpos_au` on enums `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network`
* Add support for new value `paypal` on enums `PaymentLinkCreateParams.payment_method_types[]` and `PaymentLinkUpdateParams.payment_method_types[]`
* Add support for `brand`, `cardholder_name`, `country`, `exp_month`, `exp_year`, `fingerprint`, `funding`, `last4`, `networks`, and `read_method` on `PaymentMethod.card_present` and `PaymentMethod.interac_present`
* Add support for `preferred_locales` on `PaymentMethod.interac_present`
* Add support for `effective_percentage` on `TaxRate`
* Add support for `paypal` on `Charge.payment_method_details`, `CheckoutSessionCreateParams.payment_method_options`, `Mandate.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options`
* Add support for `network_token` on `Charge.payment_method_details.card`
* Add support for new value `paypal` on enums `CheckoutSessionCreateParams.payment_method_types[]` and `PaymentMethodCreateParams.type`
* Add support for `taxability_reason` and `taxable_amount` on `Checkout.Session.shipping_cost.taxes[]`, `Checkout.Session.total_details.breakdown.taxes[]`, `CreditNote.shipping_cost.taxes[]`, `CreditNote.tax_amounts[]`, `Invoice.shipping_cost.taxes[]`, `Invoice.total_tax_amounts[]`, `LineItem.taxes[]`, `Quote.computed.recurring.total_details.breakdown.taxes[]`, `Quote.computed.upfront.total_details.breakdown.taxes[]`, and `Quote.total_details.breakdown.taxes[]`
* Add support for new value `paypal` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
* Add support for new value `paypal` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
* Add support for new value `paypal` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
* Add support for new value `eftpos_au` on enums `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network`
* Add support for new value `paypal` on enums `PaymentLinkCreateParams.payment_method_types[]` and `PaymentLinkUpdateParams.payment_method_types[]`
* Add support for `brand`, `cardholder_name`, `country`, `exp_month`, `exp_year`, `fingerprint`, `funding`, `last4`, `networks`, and `read_method` on `PaymentMethod.card_present` and `PaymentMethod.interac_present`
* Add support for `preferred_locales` on `PaymentMethod.interac_present`
* Add support for `effective_percentage` on `TaxRate`
* Add support for `gb_bank_transfer` and `jp_bank_transfer` on `CustomerCashBalanceTransactions.funded.bank_transfer`

## 22.19.0-beta.1 - 2023-05-04
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v338
v351
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public class Account extends ApiResource implements MetadataStore<Account>, Paym
*
* <p>Related guide: <a
* href="https://stripe.com/docs/connect/identity-verification-api#person-information">Handling
* Identity Verification with the API</a>.
* identity verification with the API</a>
*/
@SerializedName("individual")
Person individual;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/AccountLink.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* access Stripe-hosted applications, such as Connect Onboarding.
*
* <p>Related guide: <a href="https://stripe.com/docs/connect/connect-onboarding">Connect
* Onboarding</a>.
* Onboarding</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/AccountSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* <p>Related guide: <a
* href="https://stripe.com/docs/connect/get-started-connect-embedded-components">Connect embedded
* components</a>.
* components</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/Balance.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* types.
*
* <p>Related guide: <a href="https://stripe.com/docs/connect/account-balances">Understanding
* Connect Account Balances</a>.
* Connect account balances</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/BalanceTransaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* every type of transaction that comes into or flows out of your Stripe account balance.
*
* <p>Related guide: <a href="https://stripe.com/docs/reports/balance-transaction-types">Balance
* Transaction Types</a>.
* transaction types</a>
*/
@Getter
@Setter
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/model/BankAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* href="https://stripe.com/docs/connect/custom-accounts">Custom accounts</a>. They can be bank
* accounts or debit cards as well, and are documented in the links above.
*
* <p>Related guide: <a href="https://stripe.com/docs/payments/bank-debits-transfers">Bank Debits
* and Transfers</a>.
* <p>Related guide: <a href="https://stripe.com/docs/payments/bank-debits-transfers">Bank debits
* and transfers</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/Capability.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* This is an object representing a capability for a Stripe account.
*
* <p>Related guide: <a href="https://stripe.com/docs/connect/account-capabilities">Account
* capabilities</a>.
* capabilities</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/Card.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* You can store multiple cards on a customer in order to charge the customer later. You can also
* store multiple debit cards on a recipient in order to transfer to those cards later.
*
* <p>Related guide: <a href="https://stripe.com/docs/sources/cards">Card Payments with Sources</a>.
* <p>Related guide: <a href="https://stripe.com/docs/sources/cards">Card payments with Sources</a>
*/
@Getter
@Setter
Expand Down
20 changes: 18 additions & 2 deletions src/main/java/com/stripe/model/Charge.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* ID.
*
* <p>Related guide: <a href="https://stripe.com/docs/payments/accept-a-payment-charges">Accept a
* payment with the Charges API</a>.
* payment with the Charges API</a>
*/
@Getter
@Setter
Expand Down Expand Up @@ -1784,6 +1784,9 @@ public static class Wallet extends StripeObject {
@SerializedName("google_pay")
GooglePay googlePay;

@SerializedName("link")
Link link;

@SerializedName("masterpass")
Masterpass masterpass;

Expand Down Expand Up @@ -1817,6 +1820,11 @@ public static class ApplePay extends StripeObject {}
@EqualsAndHashCode(callSuper = false)
public static class GooglePay extends StripeObject {}

@Getter
@Setter
@EqualsAndHashCode(callSuper = false)
public static class Link extends StripeObject {}

@Getter
@Setter
@EqualsAndHashCode(callSuper = false)
Expand Down Expand Up @@ -2085,7 +2093,15 @@ public static class Receipt extends StripeObject {
@Getter
@Setter
@EqualsAndHashCode(callSuper = false)
public static class Cashapp extends StripeObject {}
public static class Cashapp extends StripeObject {
/** A unique and immutable identifier assigned by Cash App to every buyer. */
@SerializedName("buyer_id")
String buyerId;

/** A public identifier for buyers using Cash App. */
@SerializedName("cashtag")
String cashtag;
}

@Getter
@Setter
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/model/CreditNote.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Issue a credit note to adjust an invoice's amount after the invoice is finalized.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/invoices/credit-notes">Credit
* Notes</a>.
* notes</a>
*/
@Getter
@Setter
Expand Down Expand Up @@ -666,7 +666,7 @@ public static class Tax extends StripeObject {
* href="https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates">Checkout
* Sessions</a> to collect tax.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax Rates</a>.
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax rates</a>
*/
@SerializedName("rate")
TaxRate rate;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/Customer.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* track payments that belong to the same customer.
*
* <p>Related guide: <a href="https://stripe.com/docs/payments/save-during-payment">Save a card
* during payment</a>.
* during payment</a>
*/
@Getter
@Setter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@

/**
* Each customer has a <a
* href="https://stripe.com/docs/api/customers/object#customer_object-balance">{@code balance}</a>
* value, which denotes a debit or credit that's automatically applied to their next invoice upon
* href="https://stripe.com/docs/api/customers/object#customer_object-balance">Balance</a> value,
* which denotes a debit or credit that's automatically applied to their next invoice upon
* finalization. You may modify the value directly by using the <a
* href="https://stripe.com/docs/api/customers/update">update customer API</a>, or by creating a
* Customer Balance Transaction, which increments or decrements the customer's {@code balance} by
* the specified {@code amount}.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/customer/balance">Customer Balance</a>
* to learn more.
* <p>Related guide: <a href="https://stripe.com/docs/billing/customer/balance">Customer balance</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/Discount.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* about when the discount began, when it will end, and what it is applied to.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/subscriptions/discounts">Applying
* Discounts to Subscriptions</a>.
* discounts to subscriptions</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/Dispute.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* is legitimate. You can find more information about the dispute process in our <a
* href="https://stripe.com/docs/disputes">Disputes and Fraud</a> documentation.
*
* <p>Related guide: <a href="https://stripe.com/docs/disputes">Disputes and Fraud</a>.
* <p>Related guide: <a href="https://stripe.com/docs/disputes">Disputes and fraud</a>
*/
@Getter
@Setter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/FeeRefund.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* <p>Related guide: <a
* href="https://stripe.com/docs/connect/destination-charges#refunding-app-fee">Refunding
* Application Fees</a>.
* application fees</a>
*/
@Getter
@Setter
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/model/FundingInstructions.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* that is automatically applied to future invoices and payments using the {@code customer_balance}
* payment method. Customers can fund this balance by initiating a bank transfer to any account in
* the {@code financial_addresses} field. Related guide: <a
* href="https://stripe.com/docs/payments/customer-balance/funding-instructions">Customer Balance -
* Funding Instructions</a> to learn more
* href="https://stripe.com/docs/payments/customer-balance/funding-instructions">Customer balance
* funding instructions</a>
*/
@Getter
@Setter
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/stripe/model/Invoice.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
* <p>More details on the customer's credit balance are <a
* href="https://stripe.com/docs/billing/customer/balance">here</a>.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/invoices/sending">Send Invoices to
* Customers</a>.
* <p>Related guide: <a href="https://stripe.com/docs/billing/invoices/sending">Send invoices to
* customers</a>
*/
@Getter
@Setter
Expand Down Expand Up @@ -2116,7 +2116,7 @@ public static class Tax extends StripeObject {
* href="https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates">Checkout
* Sessions</a> to collect tax.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax Rates</a>.
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax rates</a>
*/
@SerializedName("rate")
TaxRate rate;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/model/LineItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static class Discount extends StripeObject {
* information about when the discount began, when it will end, and what it is applied to.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/subscriptions/discounts">Applying
* Discounts to Subscriptions</a>.
* discounts to subscriptions</a>
*/
@SerializedName("discount")
com.stripe.model.Discount discount;
Expand All @@ -136,7 +136,7 @@ public static class Tax extends StripeObject {
* href="https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates">Checkout
* Sessions</a> to collect tax.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax Rates</a>.
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax rates</a>
*/
@SerializedName("rate")
TaxRate rate;
Expand Down
9 changes: 4 additions & 5 deletions src/main/java/com/stripe/model/Order.java
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ public static class Tax extends StripeObject {
* href="https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates">Checkout
* Sessions</a> to collect tax.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax Rates</a>.
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax rates</a>
*/
@SerializedName("rate")
TaxRate rate;
Expand Down Expand Up @@ -1695,8 +1695,8 @@ public static class Discount extends StripeObject {
* information about when the discount began, when it will end, and what it is applied to.
*
* <p>Related guide: <a
* href="https://stripe.com/docs/billing/subscriptions/discounts">Applying Discounts to
* Subscriptions</a>.
* href="https://stripe.com/docs/billing/subscriptions/discounts">Applying discounts to
* subscriptions</a>
*/
@SerializedName("discount")
com.stripe.model.Discount discount;
Expand All @@ -1717,8 +1717,7 @@ public static class Tax extends StripeObject {
* href="https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates">Checkout
* Sessions</a> to collect tax.
*
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax
* Rates</a>.
* <p>Related guide: <a href="https://stripe.com/docs/billing/taxes/tax-rates">Tax rates</a>
*/
@SerializedName("rate")
TaxRate rate;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/model/PaymentIntent.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* creates at most one successful charge.
*
* <p>Related guide: <a href="https://stripe.com/docs/payments/payment-intents">Payment Intents
* API</a>.
* API</a>
*/
@Getter
@Setter
Expand Down

0 comments on commit 77a7e14

Please sign in to comment.