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 Details

  • Constructor Details

    • UpsertAccountMappingRequest

      public UpsertAccountMappingRequest()
  • Method Details

    • localAccountIdentifier

      public UpsertAccountMappingRequest localAccountIdentifier(@Nonnull UUID 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

      public void setLocalAccountIdentifier(@Nonnull UUID localAccountIdentifier)
    • externalIdentifier

      public UpsertAccountMappingRequest externalIdentifier(@Nonnull String externalIdentifier)
    • getExternalIdentifier

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

      public void setExternalIdentifier(@Nonnull 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