Class PaymentIntent.PaymentDetails.LodgingDatum.Host

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

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

    • Host

      public Host()
  • Method Details

    • getAddress

      public Address getAddress()
    • getCountryOfDomicile

      public String getCountryOfDomicile()
      Host's country of domicile.
    • getHostReference

      public String getHostReference()
      Reference number for the host.
    • getHostType

      public String getHostType()
      Type of host.

      One of hostel, hotel, owner, or rental_agency.

    • getName

      public String getName()
      Name of the lodging property or host.
    • getNumberOfReservations

      public Long getNumberOfReservations()
      Total number of reservations for the host.
    • getPropertyPhoneNumber

      public String getPropertyPhoneNumber()
      Property phone number.
    • getRegisteredAt

      public Long getRegisteredAt()
      Host's registration date.
    • setAddress

      public void setAddress(Address address)
    • setCountryOfDomicile

      public void setCountryOfDomicile(String countryOfDomicile)
      Host's country of domicile.
    • setHostReference

      public void setHostReference(String hostReference)
      Reference number for the host.
    • setHostType

      public void setHostType(String hostType)
      Type of host.

      One of hostel, hotel, owner, or rental_agency.

    • setName

      public void setName(String name)
      Name of the lodging property or host.
    • setNumberOfReservations

      public void setNumberOfReservations(Long numberOfReservations)
      Total number of reservations for the host.
    • setPropertyPhoneNumber

      public void setPropertyPhoneNumber(String propertyPhoneNumber)
      Property phone number.
    • setRegisteredAt

      public void setRegisteredAt(Long registeredAt)
      Host's registration date.
    • 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