@@ -426,6 +426,10 @@ public static class Canceled extends StripeObject {
426
426
@ SerializedName ("product_type" )
427
427
String productType ;
428
428
429
+ /** Date when the product was returned or attempted to be returned. */
430
+ @ SerializedName ("returned_at" )
431
+ Long returnedAt ;
432
+
429
433
/**
430
434
* Result of cardholder's attempt to return the product.
431
435
*
@@ -434,10 +438,6 @@ public static class Canceled extends StripeObject {
434
438
@ SerializedName ("return_status" )
435
439
String returnStatus ;
436
440
437
- /** Date when the product was returned or attempted to be returned. */
438
- @ SerializedName ("returned_at" )
439
- Long returnedAt ;
440
-
441
441
/** Get ID of expandable {@code additionalDocumentation} object. */
442
442
public String getAdditionalDocumentation () {
443
443
return (this .additionalDocumentation != null ) ? this .additionalDocumentation .getId () : null ;
@@ -654,6 +654,10 @@ public static class MerchandiseNotAsDescribed extends StripeObject {
654
654
@ SerializedName ("return_description" )
655
655
String returnDescription ;
656
656
657
+ /** Date when the product was returned or attempted to be returned. */
658
+ @ SerializedName ("returned_at" )
659
+ Long returnedAt ;
660
+
657
661
/**
658
662
* Result of cardholder's attempt to return the product.
659
663
*
@@ -662,10 +666,6 @@ public static class MerchandiseNotAsDescribed extends StripeObject {
662
666
@ SerializedName ("return_status" )
663
667
String returnStatus ;
664
668
665
- /** Date when the product was returned or attempted to be returned. */
666
- @ SerializedName ("returned_at" )
667
- Long returnedAt ;
668
-
669
669
/** Get ID of expandable {@code additionalDocumentation} object. */
670
670
public String getAdditionalDocumentation () {
671
671
return (this .additionalDocumentation != null ) ? this .additionalDocumentation .getId () : null ;
0 commit comments