Class InfoProvided

java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.InfoProvided

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]") public class InfoProvided extends Object
Provided ThreeDS structure
  • Field Details

  • Constructor Details

    • InfoProvided

      public InfoProvided()
  • Method Details

    • id

      public InfoProvided id(String id)
    • getId

      @Nonnull @NotNull public @NotNull String getId()
      Transaction identifier resulting from authentication processing.
      Returns:
      id
    • setId

      public void setId(String id)
    • cavv

      public InfoProvided cavv(String cavv)
    • getCavv

      @Nonnull @NotNull public @NotNull String getCavv()
      Cardholder Authentication Verification Value (CAVV)
      Returns:
      cavv
    • setCavv

      public void setCavv(String cavv)
    • eci

      public InfoProvided eci(String eci)
    • getEci

      @Nonnull @NotNull public @NotNull String getEci()
      Electronic Commerce Indicator (ECI). The ECI value is part of the two data elements that indicate the transaction was processed electronically.
      Returns:
      eci
    • setEci

      public void setEci(String eci)
    • 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