Class ApiReceptive
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiReceptive
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiReceptive
extends Object
Information about the invoice company.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()Code of the invoice company.getName()Name of the invoice company.Registration number of the invoice company.inthashCode()registrationNumber(String registrationNumber) voidvoidvoidsetRegistrationNumber(String registrationNumber) toString()
-
Field Details
-
JSON_PROPERTY_REGISTRATION_NUMBER
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
ApiReceptive
public ApiReceptive()
-
-
Method Details
-
registrationNumber
-
getRegistrationNumber
Registration number of the invoice company.- Returns:
- registrationNumber
-
setRegistrationNumber
-
code
-
getCode
Code of the invoice company.- Returns:
- code
-
setCode
-
name
-
getName
Name of the invoice company.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-