Package io.trippay.sdk.payment.model
Class UpdateAccountMappingRequest
java.lang.Object
io.trippay.sdk.payment.model.UpdateAccountMappingRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-09T10:13:04.222556669+07:00[Asia/Bangkok]")
public class UpdateAccountMappingRequest
extends Object
UpdateAccountMappingRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalIdentifier(String externalIdentifier) @NotNull StringExternal identifier is the identifier of this entity in a remote system@NotNull @Valid UUIDLocal account identifier is the payment 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
-
UpdateAccountMappingRequest
public UpdateAccountMappingRequest()
-
-
Method Details
-
localAccountIdentifier
-
getLocalAccountIdentifier
Local account identifier is the payment identifier- Returns:
- localAccountIdentifier
-
setLocalAccountIdentifier
-
externalIdentifier
-
getExternalIdentifier
External identifier is the identifier of this entity in a remote system- Returns:
- externalIdentifier
-
setExternalIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-