Class Integrator
java.lang.Object
io.trippay.sdk.payment.model.Integrator
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class Integrator
extends Object
Payment method with the details describing how to make a payment happen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTechnology taking the chargestatic enumName of acquiring vendor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCredentialsItem(AcquirerCredentials credentialsItem) credentials(List<@Valid AcquirerCredentials> credentials) currencyCode(String currencyCode) boolean@NotNull @Valid @Size(min=1) List<@Valid AcquirerCredentials> Get credentials@NotNull @Size(min=1) StringCurrency in coverage region.@NotNull @Size(min=1) StringUnique identifier.@NotNull @Size(min=1) StringgetName()Integrator.@NotNull IntegerDetermines how vendors are displayed in a listGet publicToken@NotNull Integrator.TypeEnumgetType()Technology taking the charge@NotNull Integrator.VendorEnumName of acquiring vendorGet webhookSecretinthashCode()identifier(String identifier) publicToken(String publicToken) voidsetCredentials(List<@Valid AcquirerCredentials> credentials) voidsetCurrencyCode(String currencyCode) voidsetIdentifier(String identifier) voidvoidsetPriority(Integer priority) voidsetPublicToken(String publicToken) voidsetType(Integrator.TypeEnum type) voidsetVendor(Integrator.VendorEnum vendor) voidsetWebhookSecret(String webhookSecret) toString()type(Integrator.TypeEnum type) vendor(Integrator.VendorEnum vendor) webhookSecret(String webhookSecret)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_VENDOR
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_CURRENCY_CODE
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_WEBHOOK_SECRET
- See Also:
-
JSON_PROPERTY_PUBLIC_TOKEN
- See Also:
-
-
Constructor Details
-
Integrator
public Integrator()
-
-
Method Details
-
identifier
-
getIdentifier
Unique identifier.- Returns:
- identifier
-
setIdentifier
-
name
-
getName
Integrator.- Returns:
- name
-
setName
-
priority
-
getPriority
Determines how vendors are displayed in a list- Returns:
- priority
-
setPriority
-
vendor
-
getVendor
Name of acquiring vendor- Returns:
- vendor
-
setVendor
-
type
-
getType
Technology taking the charge- Returns:
- type
-
setType
-
currencyCode
-
getCurrencyCode
Currency in coverage region.- Returns:
- currencyCode
-
setCurrencyCode
-
credentials
-
addCredentialsItem
-
getCredentials
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) List<@Valid AcquirerCredentials> getCredentials()Get credentials- Returns:
- credentials
-
setCredentials
-
webhookSecret
-
getWebhookSecret
-
setWebhookSecret
-
publicToken
-
getPublicToken
-
setPublicToken
-
equals
-
hashCode
-
toString
-