public class AuthenticationDataResponse extends Object
| Constructor and Description |
|---|
AuthenticationDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationDataResponse |
authenticationData(AuthenticationData authenticationData) |
AuthenticationDataResponse |
cardAccount(PaymentResponseCardAccount cardAccount) |
AuthenticationDataResponse |
customer(AuthenticationCustomer customer) |
AuthenticationDataResponse |
merchantOrder(TransactionResponseMerchantOrder merchantOrder) |
AuthenticationDataResponse |
paymentMethod(String paymentMethod) |
void |
setAuthenticationData(AuthenticationData authenticationData) |
void |
setCardAccount(PaymentResponseCardAccount cardAccount) |
void |
setCustomer(AuthenticationCustomer customer) |
void |
setMerchantOrder(TransactionResponseMerchantOrder merchantOrder) |
void |
setPaymentMethod(String paymentMethod) |
String |
toString() |
public void setMerchantOrder(TransactionResponseMerchantOrder merchantOrder)
public AuthenticationDataResponse merchantOrder(TransactionResponseMerchantOrder merchantOrder)
merchantOrder - Merchant order datapublic void setPaymentMethod(String paymentMethod)
public AuthenticationDataResponse paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from payment methods listpublic void setAuthenticationData(AuthenticationData authenticationData)
public AuthenticationDataResponse authenticationData(AuthenticationData authenticationData)
authenticationData - Payment authentication datapublic void setCardAccount(PaymentResponseCardAccount cardAccount)
public AuthenticationDataResponse cardAccount(PaymentResponseCardAccount cardAccount)
cardAccount - Bank card data *(for BANKCARD payment method only)*public void setCustomer(AuthenticationCustomer customer)
public AuthenticationDataResponse customer(AuthenticationCustomer customer)
customer - Customer dataCopyright © 2024. All rights reserved.