Package com.onlinepayments.domain
Class CustomerAccountAuthentication
java.lang.Object
com.onlinepayments.domain.CustomerAccountAuthentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Data about the authentication procedure of the customer to their account with youAuthentication 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.connectTimestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with youvoidData about the authentication procedure of the customer to their account with youvoidAuthentication 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.connectvoidsetUtcTimestamp(String value) Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with youData about the authentication procedure of the customer to their account with youwithMethod(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.connectwithUtcTimestamp(String value) Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
-
Constructor Details
-
CustomerAccountAuthentication
public CustomerAccountAuthentication()
-
-
Method Details
-
getData
Data about the authentication procedure of the customer to their account with you -
setData
Data about the authentication procedure of the customer to their account with you -
withData
Data about the authentication procedure of the customer to their account with you -
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
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
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
Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you -
setUtcTimestamp
Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you -
withUtcTimestamp
Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
-