public class PaymentCoreDataTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BULK_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE |
static String |
BULK_PAYMENT_TAN_MESSAGE_TEMPLATE |
static String |
CANCEL_BULK_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE |
static String |
CANCEL_BULK_PAYMENT_TAN_MESSAGE_TEMPLATE |
static String |
CANCEL_PERIODIC_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE |
static String |
CANCEL_PERIODIC_PAYMENT_TAN_MESSAGE_TEMPLATE |
static String |
CANCEL_SINGLE_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE |
static String |
CANCEL_SINGLE_PAYMENT_TAN_MESSAGE_TEMPLATE |
static String |
PERIODIC_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE |
static String |
PERIODIC_PAYMENT_TAN_MESSAGE_TEMPLATE |
static String |
SINGLE_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE |
static String |
SINGLE_PAYMENT_TAN_MESSAGE_TEMPLATE |
| Constructor and Description |
|---|
PaymentCoreDataTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
exemptedTemplate() |
String |
getAmount() |
String |
getCreditorIban() |
String |
getCreditorName() |
String |
getCurrency() |
String |
getDayOfExecution() |
String |
getExecutionRule() |
String |
getFrequency() |
String |
getPaymentId() |
String |
getPaymentsSize() |
String |
getPaymentType() |
String |
getRequestedExecutionDate() |
boolean |
isCancellation() |
void |
setAmount(String amount) |
void |
setCancellation(boolean cancellation) |
void |
setCreditorIban(String creditorIban) |
void |
setCreditorName(String creditorName) |
void |
setCurrency(String currency) |
void |
setDayOfExecution(String dayOfExecution) |
void |
setExecutionRule(String executionRule) |
void |
setFrequency(String frequency) |
void |
setPaymentId(String paymentId) |
void |
setPaymentsSize(String paymentsSize) |
void |
setPaymentType(String paymentType) |
void |
setRequestedExecutionDate(String requestedExecutionDate) |
String |
template() |
public static final String SINGLE_PAYMENT_TAN_MESSAGE_TEMPLATE
public static final String PERIODIC_PAYMENT_TAN_MESSAGE_TEMPLATE
public static final String BULK_PAYMENT_TAN_MESSAGE_TEMPLATE
public static final String SINGLE_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE
public static final String PERIODIC_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE
public static final String BULK_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE
public static final String CANCEL_SINGLE_PAYMENT_TAN_MESSAGE_TEMPLATE
public static final String CANCEL_PERIODIC_PAYMENT_TAN_MESSAGE_TEMPLATE
public static final String CANCEL_BULK_PAYMENT_TAN_MESSAGE_TEMPLATE
public static final String CANCEL_SINGLE_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE
public static final String CANCEL_PERIODIC_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE
public static final String CANCEL_BULK_PAYMENT_EXEMPTED_MESSAGE_TEMPLATE
public String getPaymentId()
public void setPaymentId(String paymentId)
public String getCreditorName()
public void setCreditorName(String creditorName)
public String getCreditorIban()
public void setCreditorIban(String creditorIban)
public String getAmount()
public void setAmount(String amount)
public String getCurrency()
public void setCurrency(String currency)
public String getDayOfExecution()
public void setDayOfExecution(String dayOfExecution)
public String getExecutionRule()
public void setExecutionRule(String executionRule)
public String getFrequency()
public void setFrequency(String frequency)
public String getPaymentType()
public void setPaymentType(String paymentType)
public String getPaymentsSize()
public void setPaymentsSize(String paymentsSize)
public String getRequestedExecutionDate()
public void setRequestedExecutionDate(String requestedExecutionDate)
public boolean isCancellation()
public void setCancellation(boolean cancellation)
public String template()
public String exemptedTemplate()
Copyright © 2019. All rights reserved.