Class PaymentIntent.PaymentDetails.LodgingDatum.Guest

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.LodgingDatum.Guest
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentDetails.LodgingDatum

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

    • Guest

      public Guest()
  • Method Details

    • getName

      public String getName()
      Guest's full name.
    • setName

      public void setName(String name)
      Guest's full name.
    • 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