Class CustomerAccountAuthentication

java.lang.Object
com.onlinepayments.domain.CustomerAccountAuthentication

public class CustomerAccountAuthentication extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Data about the authentication procedure of the customer to their account with you
    Authentication used by the customer on your website Possible values are guest = no login occurred, customer is logged in as guest merchant-credentials = the customer logged in using credentials that are specific to you federated-id = the customer logged in using a federated ID issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction) third-party-authentication = the customer logged in using third-party authentication fido-authentication = the customer logged in using a FIDO authenticator cico-b-connect-token = the customer logged in using Check-in/Check-out b.connect
    Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
    void
    setData(String value)
    Data about the authentication procedure of the customer to their account with you
    void
    Authentication used by the customer on your website Possible values are guest = no login occurred, customer is logged in as guest merchant-credentials = the customer logged in using credentials that are specific to you federated-id = the customer logged in using a federated ID issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction) third-party-authentication = the customer logged in using third-party authentication fido-authentication = the customer logged in using a FIDO authenticator cico-b-connect-token = the customer logged in using Check-in/Check-out b.connect
    void
    Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
    Data about the authentication procedure of the customer to their account with you
    Authentication used by the customer on your website Possible values are guest = no login occurred, customer is logged in as guest merchant-credentials = the customer logged in using credentials that are specific to you federated-id = the customer logged in using a federated ID issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction) third-party-authentication = the customer logged in using third-party authentication fido-authentication = the customer logged in using a FIDO authenticator cico-b-connect-token = the customer logged in using Check-in/Check-out b.connect
    Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomerAccountAuthentication

      public CustomerAccountAuthentication()
  • Method Details

    • getData

      public String getData()
      Data about the authentication procedure of the customer to their account with you
    • setData

      public void setData(String value)
      Data about the authentication procedure of the customer to their account with you
    • withData

      public CustomerAccountAuthentication withData(String value)
      Data about the authentication procedure of the customer to their account with you
    • getMethod

      public String getMethod()
      Authentication used by the customer on your website Possible values are
      • guest = no login occurred, customer is logged in as guest
      • merchant-credentials = the customer logged in using credentials that are specific to you
      • federated-id = the customer logged in using a federated ID
      • issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction)
      • third-party-authentication = the customer logged in using third-party authentication
      • fido-authentication = the customer logged in using a FIDO authenticator
      • cico-b-connect-token = the customer logged in using Check-in/Check-out b.connect
    • setMethod

      public void setMethod(String value)
      Authentication used by the customer on your website Possible values are
      • guest = no login occurred, customer is logged in as guest
      • merchant-credentials = the customer logged in using credentials that are specific to you
      • federated-id = the customer logged in using a federated ID
      • issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction)
      • third-party-authentication = the customer logged in using third-party authentication
      • fido-authentication = the customer logged in using a FIDO authenticator
      • cico-b-connect-token = the customer logged in using Check-in/Check-out b.connect
    • withMethod

      public CustomerAccountAuthentication withMethod(String value)
      Authentication used by the customer on your website Possible values are
      • guest = no login occurred, customer is logged in as guest
      • merchant-credentials = the customer logged in using credentials that are specific to you
      • federated-id = the customer logged in using a federated ID
      • issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction)
      • third-party-authentication = the customer logged in using third-party authentication
      • fido-authentication = the customer logged in using a FIDO authenticator
      • cico-b-connect-token = the customer logged in using Check-in/Check-out b.connect
    • getUtcTimestamp

      public String getUtcTimestamp()
      Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
    • setUtcTimestamp

      public void setUtcTimestamp(String value)
      Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
    • withUtcTimestamp

      public CustomerAccountAuthentication withUtcTimestamp(String value)
      Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you