public class RecurringResponse extends Object
| Constructor and Description |
|---|
RecurringResponse() |
| Modifier and Type | Method and Description |
|---|---|
RecurringResponse |
authenticationData(AuthenticationData authenticationData) |
RecurringResponse |
cardAccount(PaymentResponseCardAccount cardAccount) |
RecurringResponse |
customer(RecurringCustomer customer) |
RecurringResponse |
merchantOrder(RecurringResponseMerchantOrder merchantOrder) |
RecurringResponse |
paymentMethod(String paymentMethod) |
RecurringResponse |
recurringData(RecurringResponseRecurringData recurringData) |
void |
setAuthenticationData(AuthenticationData authenticationData) |
void |
setCardAccount(PaymentResponseCardAccount cardAccount) |
void |
setCustomer(RecurringCustomer customer) |
void |
setMerchantOrder(RecurringResponseMerchantOrder merchantOrder) |
void |
setPaymentMethod(String paymentMethod) |
void |
setRecurringData(RecurringResponseRecurringData recurringData) |
String |
toString() |
public void setPaymentMethod(String paymentMethod)
public RecurringResponse paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from payment methods listpublic void setMerchantOrder(RecurringResponseMerchantOrder merchantOrder)
public RecurringResponse merchantOrder(RecurringResponseMerchantOrder merchantOrder)
merchantOrder - Merchant order datapublic void setRecurringData(RecurringResponseRecurringData recurringData)
public RecurringResponse recurringData(RecurringResponseRecurringData recurringData)
recurringData - Recurring datapublic void setCardAccount(PaymentResponseCardAccount cardAccount)
public RecurringResponse cardAccount(PaymentResponseCardAccount cardAccount)
cardAccount - Card account datapublic void setCustomer(RecurringCustomer customer)
public RecurringResponse customer(RecurringCustomer customer)
customer - Customer datapublic void setAuthenticationData(AuthenticationData authenticationData)
public RecurringResponse authenticationData(AuthenticationData authenticationData)
authenticationData - Authentication dataCopyright © 2023. All rights reserved.