Skip to content

Commit fb386e5

Browse files
Update generated code for v1388
1 parent fda553d commit fb386e5

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1387
1+
v1388

src/main/java/com/stripe/model/PaymentRecord.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ public class PaymentRecord extends ApiResource implements HasId {
4343
@SerializedName("amount_guaranteed")
4444
AmountGuaranteed amountGuaranteed;
4545

46-
/** A representation of an amount of money, consisting of an amount and a currency. */
47-
@SerializedName("amount_refunded")
48-
AmountRefunded amountRefunded;
49-
5046
/** A representation of an amount of money, consisting of an amount and a currency. */
5147
@SerializedName("amount_requested")
5248
AmountRequested amountRequested;
@@ -459,28 +455,6 @@ public static class AmountGuaranteed extends StripeObject {
459455
Long value;
460456
}
461457

462-
/** A representation of an amount of money, consisting of an amount and a currency. */
463-
@Getter
464-
@Setter
465-
@EqualsAndHashCode(callSuper = false)
466-
public static class AmountRefunded extends StripeObject {
467-
/**
468-
* Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency
469-
* code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported
470-
* currency</a>.
471-
*/
472-
@SerializedName("currency")
473-
String currency;
474-
475-
/**
476-
* A positive integer representing the amount in the <a
477-
* href="https://stripe.com/docs/currencies#zero-decimal">smallest currency unit</a> e.g., 100
478-
* cents for $1.00 or 100 for ¥100, a zero-decimal currency).
479-
*/
480-
@SerializedName("value")
481-
Long value;
482-
}
483-
484458
/** A representation of an amount of money, consisting of an amount and a currency. */
485459
@Getter
486460
@Setter
@@ -683,7 +657,6 @@ public void setResponseGetter(StripeResponseGetter responseGetter) {
683657
trySetResponseGetter(amountCanceled, responseGetter);
684658
trySetResponseGetter(amountFailed, responseGetter);
685659
trySetResponseGetter(amountGuaranteed, responseGetter);
686-
trySetResponseGetter(amountRefunded, responseGetter);
687660
trySetResponseGetter(amountRequested, responseGetter);
688661
trySetResponseGetter(customerDetails, responseGetter);
689662
trySetResponseGetter(paymentMethodDetails, responseGetter);

0 commit comments

Comments
 (0)