Package io.trippay.sdk.payment.model
Class UpsertAccountAcquirerRequest
java.lang.Object
io.trippay.sdk.payment.model.UpsertAccountAcquirerRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-06T15:20:29.359634909+07:00[Asia/Bangkok]")
public class UpsertAccountAcquirerRequest
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<AcquirerCredentials> credentials) currencyCode(String currencyCode) boolean@NotNull @Valid List<AcquirerCredentials>Get credentials@NotNull StringCurrency in coverage region.@NotNull IntegerDetermines how vendors are displayed in a listgetType()Technology taking the chargeName of acquiring vendorinthashCode()voidsetCredentials(List<AcquirerCredentials> credentials) voidsetCurrencyCode(String currencyCode) voidsetPriority(Integer priority) voidvoidtoString()
-
Field Details
-
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:
-
-
Constructor Details
-
UpsertAccountAcquirerRequest
public UpsertAccountAcquirerRequest()
-
-
Method Details
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-