Package com.stripe.v2

Class EmptyStripeObject

java.lang.Object
com.stripe.model.StripeObject
com.stripe.v2.EmptyStripeObject
All Implemented Interfaces:
StripeObjectInterface

public final class EmptyStripeObject extends StripeObject
An empty entity for API methods with a void return type. We need a class to to deserialize into, but we can't instantiate the abstract `StripeObject` directly. This class shouldn't do anything. It's handwritten, not auto-generated.
  • Constructor Details

    • EmptyStripeObject

      public EmptyStripeObject()