Class CreditGrant.Amount.CustomPricingUnit.CustomPricingUnitDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.CreditGrant.Amount.CustomPricingUnit.CustomPricingUnitDetails
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
CreditGrant.Amount.CustomPricingUnit

public static class CreditGrant.Amount.CustomPricingUnit.CustomPricingUnitDetails extends StripeObject implements HasId
For more details about CustomPricingUnitDetails, please refer to the API Reference.
  • Constructor Details

    • CustomPricingUnitDetails

      public CustomPricingUnitDetails()
  • Method Details

    • getCreated

      public Long getCreated()
    • getDisplayName

      public String getDisplayName()
    • getLookupKey

      public String getLookupKey()
    • getMetadata

      public Map<String,String> getMetadata()
    • getStatus

      public String getStatus()
    • setCreated

      public void setCreated(Long created)
    • setDisplayName

      public void setDisplayName(String displayName)
    • setId

      public void setId(String id)
    • setLookupKey

      public void setLookupKey(String lookupKey)
    • setMetadata

      public void setMetadata(Map<String,String> metadata)
    • setStatus

      public void setStatus(String status)
    • 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
    • getId

      public String getId()
      Specified by:
      getId in interface HasId