Package travel.wink.payment.model
Class Integration
java.lang.Object
travel.wink.payment.model.Integration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-24T12:59:53.026693+07:00[Asia/Bangkok]")
public class Integration
extends Object
Manages where the TripPay payment widget can appear
-
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 StringUnique bank account identifier@NotNull Integration.TypeEnumgetType()Type determines whether the booking will be paid by the agent or by the traveler.inthashCode()identifier(String identifier) voidvoidsetDomains(List<String> domains) voidsetIdentifier(String identifier) voidsetType(Integration.TypeEnum type) toString()type(Integration.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_API_KEY
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_DOMAINS
- See Also:
-
-
Constructor Details
-
Integration
public Integration()
-
-
Method Details
-
identifier
-
getIdentifier
Unique bank account identifier- Returns:
- identifier
-
setIdentifier
-
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
-