Skip to content

Commit

Permalink
Update generated code for v1463
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 24, 2025
1 parent 073136f commit 089068b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1462
v1463
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class InvoiceAttachPaymentParams extends ApiRequestParams {
@SerializedName("payment_intent")
String paymentIntent;

/** The ID of the PaymentRecord to detach from the invoice. */
/** The ID of the PaymentRecord to attach to the invoice. */
@SerializedName("payment_record")
String paymentRecord;

Expand Down Expand Up @@ -154,7 +154,7 @@ public Builder setPaymentIntent(String paymentIntent) {
return this;
}

/** The ID of the PaymentRecord to detach from the invoice. */
/** The ID of the PaymentRecord to attach to the invoice. */
public Builder setPaymentRecord(String paymentRecord) {
this.paymentRecord = paymentRecord;
return this;
Expand Down

0 comments on commit 089068b

Please sign in to comment.