• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stripe / stripe-java / #16493

03 Oct 2024 07:15PM UTC coverage: 12.942% (+0.08%) from 12.864%
#16493

push

github

web-flow
Merge Stripe-java v27.0.0 to beta branch (#1888)

409 of 1651 new or added lines in 88 files covered. (24.77%)

31 existing lines in 7 files now uncovered.

18773 of 145050 relevant lines covered (12.94%)

0.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/stripe/model/v2/StripeDeletedObject.java
1
package com.stripe.model.v2;
2

3
import com.google.gson.annotations.SerializedName;
4
import com.stripe.model.HasId;
5
import com.stripe.model.StripeObject;
6
import lombok.EqualsAndHashCode;
7
import lombok.Getter;
8
import lombok.Setter;
9

10
@Getter
11
@Setter
12
@EqualsAndHashCode(callSuper = false)
NEW
13
public class StripeDeletedObject extends StripeObject implements HasId {
×
14
  /** Unique identifier for the object. */
15
  @Getter(onMethod_ = {@Override})
16
  @SerializedName("id")
17
  String id;
18

19
  /** String representing the object’s type. Objects of the same type share the same value. */
20
  @SerializedName("object")
21
  String object;
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc