Class Source.SourceOrder.Item

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.SourceOrder.Item
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Source.SourceOrder

public static class Source.SourceOrder.Item extends StripeObject
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getAmount

      public Long getAmount()
    • getCurrency

      public String getCurrency()
    • getDescription

      public String getDescription()
    • getParent

      public String getParent()
    • getQuantity

      public Long getQuantity()
    • getType

      public String getType()
    • setAmount

      public void setAmount(Long amount)
    • setCurrency

      public void setCurrency(String currency)
    • setDescription

      public void setDescription(String description)
    • setParent

      public void setParent(String parent)
    • setQuantity

      public void setQuantity(Long quantity)
    • setType

      public void setType(String type)
    • 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