Class UpsertAccountMappingRequest
java.lang.Object
io.trippay.sdk.payment.model.UpsertAccountMappingRequest
@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 UpsertAccountMappingRequest
extends Object
UpsertAccountMappingRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalIdentifier(String externalIdentifier) @NotNull @Size(min=1) StringExternal identifier is the identifier of this entity in a remote system@NotNull @Valid @Size(min=1) UUIDLocal account identifier is the reactive identifierinthashCode()localAccountIdentifier(UUID localAccountIdentifier) voidsetExternalIdentifier(String externalIdentifier) voidsetLocalAccountIdentifier(UUID localAccountIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_LOCAL_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_EXTERNAL_IDENTIFIER
- See Also:
-
-
Constructor Details
-
UpsertAccountMappingRequest
public UpsertAccountMappingRequest()
-
-
Method Details
-
localAccountIdentifier
-
getLocalAccountIdentifier
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getLocalAccountIdentifier()Local account identifier is the reactive identifier- Returns:
- localAccountIdentifier
-
setLocalAccountIdentifier
-
externalIdentifier
-
getExternalIdentifier
External identifier is the identifier of this entity in a remote system- Returns:
- externalIdentifier
-
setExternalIdentifier
-
equals
-
hashCode
-
toString
-