Class UpsertAccountMappingRequest

java.lang.Object
io.trippay.sdk.payment.model.UpsertAccountMappingRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-04T20:44:38.105926479+07:00[Asia/Bangkok]") public class UpsertAccountMappingRequest extends Object
UpsertAccountMappingRequest
  • Field Details

  • Constructor Details

    • UpsertAccountMappingRequest

      public UpsertAccountMappingRequest()
  • Method Details

    • localAccountIdentifier

      public UpsertAccountMappingRequest localAccountIdentifier(UUID localAccountIdentifier)
    • getLocalAccountIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getLocalAccountIdentifier()
      Local account identifier is the reactive identifier
      Returns:
      localAccountIdentifier
    • setLocalAccountIdentifier

      public void setLocalAccountIdentifier(UUID localAccountIdentifier)
    • externalIdentifier

      public UpsertAccountMappingRequest externalIdentifier(String externalIdentifier)
    • getExternalIdentifier

      @Nonnull @NotNull public @NotNull String getExternalIdentifier()
      External identifier is the identifier of this entity in a remote system
      Returns:
      externalIdentifier
    • setExternalIdentifier

      public void setExternalIdentifier(String externalIdentifier)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object