Package io.trippay.sdk.payment.model
Class CreateMappingRequest
java.lang.Object
io.trippay.sdk.payment.model.CreateMappingRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-18T09:25:43.445028683+07:00[Asia/Bangkok]")
public class CreateMappingRequest
extends Object
CreateMappingRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountIdentifier(UUID accountIdentifier) booleanexternalIdentifier(String externalIdentifier) @NotNull @Valid UUIDAccount identifier is the account doing the mapping@NotNull StringExternal identifier is the identifier of this entity in a remote system@NotNull @Valid UUIDLocal account identifier is the payment identifier@NotNull StringgetName()Name of the entity being mappedinthashCode()localAccountIdentifier(UUID localAccountIdentifier) voidsetAccountIdentifier(UUID accountIdentifier) voidsetExternalIdentifier(String externalIdentifier) voidsetLocalAccountIdentifier(UUID localAccountIdentifier) voidtoString()
-
Field Details
-
JSON_PROPERTY_LOCAL_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_EXTERNAL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_ACCOUNT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
CreateMappingRequest
public CreateMappingRequest()
-
-
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
-
accountIdentifier
-
getAccountIdentifier
Account identifier is the account doing the mapping- Returns:
- accountIdentifier
-
setAccountIdentifier
-
name
-
getName
Name of the entity being mapped- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-