public class CustomerAccountAuthentication extends Object
| Constructor and Description |
|---|
CustomerAccountAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
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
|
String |
getUtcTimestamp()
Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
|
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
|
void |
setUtcTimestamp(String value)
Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
|
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
|
CustomerAccountAuthentication |
withUtcTimestamp(String value)
Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
|
public String getMethod()
public void setMethod(String value)
public CustomerAccountAuthentication withMethod(String value)
public String getUtcTimestamp()
public void setUtcTimestamp(String value)
public CustomerAccountAuthentication withUtcTimestamp(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.