Class Integrator
java.lang.Object
io.trippay.sdk.payment.model.Integrator
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-04T20:44:38.105926479+07:00[Asia/Bangkok]")
public class Integrator
extends Object
Payment method with the details describing how to make a reactive 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<AcquirerCredentials> credentials) currencyCode(String currencyCode) boolean@NotNull @Valid List<AcquirerCredentials> Get credentials@NotNull StringCurrency in coverage region.@NotNull StringgetId()Unique identifier.@NotNull 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()publicToken(String publicToken) voidsetCredentials(List<AcquirerCredentials> credentials) voidsetCurrencyCode(String currencyCode) voidvoidvoidsetPriority(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_ID
- 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
-
id
-
getId
-
setId
-
name
-
getName
-
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
Get credentials- Returns:
- credentials
-
setCredentials
-
webhookSecret
-
getWebhookSecret
-
setWebhookSecret
-
publicToken
-
getPublicToken
-
setPublicToken
-
equals
-
hashCode
-
toString
-