Class Subscription.PresentmentDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PresentmentDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Subscription

public static class Subscription.PresentmentDetails extends StripeObject
For more details about PresentmentDetails, please refer to the API Reference.
  • Constructor Details

    • PresentmentDetails

      public PresentmentDetails()
  • Method Details

    • getPresentmentCurrency

      public String getPresentmentCurrency()
      Currency used for customer payments.
    • setPresentmentCurrency

      public void setPresentmentCurrency(String presentmentCurrency)
      Currency used for customer payments.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object