Package travel.wink.sdk.payment.model
Class UpdateIntegrationRequest
java.lang.Object
travel.wink.sdk.payment.model.UpdateIntegrationRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-27T09:48:07.068993+07:00[Asia/Bangkok]")
public class UpdateIntegrationRequest
extends Object
UpdateIntegrationRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType determines whether the booking will be paid by the agent or by the traveler. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDomainsItem(String domainsItem) boolean@NotNull StringapiKey is sent along with the booking contract.Integration needs to know where it will be integrated.@NotNull UpdateIntegrationRequest.TypeEnumgetType()Type determines whether the booking will be paid by the agent or by the traveler.inthashCode()voidvoidsetDomains(List<String> domains) voidtoString()
-
Field Details
-
JSON_PROPERTY_API_KEY
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_DOMAINS
- See Also:
-
-
Constructor Details
-
UpdateIntegrationRequest
public UpdateIntegrationRequest()
-
-
Method Details
-
apiKey
-
getApiKey
apiKey is sent along with the booking contract.- Returns:
- apiKey
-
setApiKey
-
type
-
getType
Type determines whether the booking will be paid by the agent or by the traveler.- Returns:
- type
-
setType
-
domains
-
addDomainsItem
-
getDomains
@Nonnull @NotNull @Size(min=0, max=2147483647) public @NotNull @Size(min=0,max=2147483647) List<String> getDomains()Integration needs to know where it will be integrated.- Returns:
- domains
-
setDomains
-
equals
-
hashCode
public int hashCode() -
toString
-