Class PaymentIntent.PaymentDetails.FlightDatum.Total.ExtraCharge

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.FlightDatum.Total.ExtraCharge
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentDetails.FlightDatum.Total

public static class PaymentIntent.PaymentDetails.FlightDatum.Total.ExtraCharge extends StripeObject
For more details about ExtraCharge, please refer to the API Reference.
  • Constructor Details

    • ExtraCharge

      public ExtraCharge()
  • Method Details

    • getAmount

      public Long getAmount()
    • getType

      public String getType()
    • setAmount

      public void setAmount(Long amount)
    • 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