Package com.stripe.model
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
For more details about Host, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanHost's country of domicile.Reference number for the host.Type of host.getName()Name of the lodging property or host.Total number of reservations for the host.Property phone number.Host's registration date.inthashCode()voidsetAddress(Address address) voidsetCountryOfDomicile(String countryOfDomicile) Host's country of domicile.voidsetHostReference(String hostReference) Reference number for the host.voidsetHostType(String hostType) Type of host.voidName of the lodging property or host.voidsetNumberOfReservations(Long numberOfReservations) Total number of reservations for the host.voidsetPropertyPhoneNumber(String propertyPhoneNumber) Property phone number.voidsetRegisteredAt(Long registeredAt) Host's registration date.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Host
public Host()
-
-
Method Details
-
getAddress
-
getCountryOfDomicile
Host's country of domicile. -
getHostReference
Reference number for the host. -
getHostType
Type of host.One of
hostel,hotel,owner, orrental_agency. -
getName
Name of the lodging property or host. -
getNumberOfReservations
Total number of reservations for the host. -
getPropertyPhoneNumber
Property phone number. -
getRegisteredAt
Host's registration date. -
setAddress
-
setCountryOfDomicile
Host's country of domicile. -
setHostReference
Reference number for the host. -
setHostType
Type of host.One of
hostel,hotel,owner, orrental_agency. -
setName
Name of the lodging property or host. -
setNumberOfReservations
Total number of reservations for the host. -
setPropertyPhoneNumber
Property phone number. -
setRegisteredAt
Host's registration date. -
equals
-
canEqual
-
hashCode
public int hashCode()
-