Class CreateMappingRequest

java.lang.Object
travel.wink.sdk.payment.model.CreateMappingRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-29T13:21:24.200164+07:00[Asia/Bangkok]") public class CreateMappingRequest extends Object
CreateMappingRequest
  • Field Details

  • Constructor Details

    • CreateMappingRequest

      public CreateMappingRequest()
    • CreateMappingRequest

      public CreateMappingRequest(String localAccountIdentifier, String externalIdentifier, String accountIdentifier, String name)
  • Method Details

    • getLocalAccountIdentifier

      @Nonnull public String getLocalAccountIdentifier()
      Local account identifier is the payment identifier
      Returns:
      localAccountIdentifier
    • getExternalIdentifier

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

      @Nonnull public String getAccountIdentifier()
      Account identifier is the account doing the mapping
      Returns:
      accountIdentifier
    • getName

      @Nonnull public String getName()
      Name of the entity being mapped
      Returns:
      name
    • 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