public class NonSepaDirectDebitPaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput
Constructor and Description |
---|
NonSepaDirectDebitPaymentMethodSpecificInput() |
Modifier and Type | Method and Description |
---|---|
String |
getDateCollect()
Direct Debit payment collection date
Format: YYYYMMDD |
String |
getDirectDebitText()
Descriptor intended to identify the transaction on the customer's bank statement
|
Boolean |
getIsRecurring()
Indicates if this transaction is of a one-off or a recurring type
|
NonSepaDirectDebitPaymentProduct705SpecificInput |
getPaymentProduct705SpecificInput()
Object containing UK Direct Debit specific details
|
NonSepaDirectDebitPaymentProduct730SpecificInput |
getPaymentProduct730SpecificInput()
Object containing ACH specific details
|
String |
getRecurringPaymentSequenceIndicator()
|
Boolean |
getRequiresApproval()
|
String |
getToken()
ID of the stored token that contains the bank account details to be debited
|
Boolean |
getTokenize()
Indicates if this transaction should be tokenized
|
void |
setDateCollect(String value)
Direct Debit payment collection date
Format: YYYYMMDD |
void |
setDirectDebitText(String value)
Descriptor intended to identify the transaction on the customer's bank statement
|
void |
setIsRecurring(Boolean value)
Indicates if this transaction is of a one-off or a recurring type
|
void |
setPaymentProduct705SpecificInput(NonSepaDirectDebitPaymentProduct705SpecificInput value)
Object containing UK Direct Debit specific details
|
void |
setPaymentProduct730SpecificInput(NonSepaDirectDebitPaymentProduct730SpecificInput value)
Object containing ACH specific details
|
void |
setRecurringPaymentSequenceIndicator(String value)
|
void |
setRequiresApproval(Boolean value)
|
void |
setToken(String value)
ID of the stored token that contains the bank account details to be debited
|
void |
setTokenize(Boolean value)
Indicates if this transaction should be tokenized
|
getPaymentProductId, setPaymentProductId
public NonSepaDirectDebitPaymentMethodSpecificInput()
public String getDateCollect()
public void setDateCollect(String value)
public String getDirectDebitText()
public void setDirectDebitText(String value)
public Boolean getIsRecurring()
public void setIsRecurring(Boolean value)
public NonSepaDirectDebitPaymentProduct705SpecificInput getPaymentProduct705SpecificInput()
public void setPaymentProduct705SpecificInput(NonSepaDirectDebitPaymentProduct705SpecificInput value)
public NonSepaDirectDebitPaymentProduct730SpecificInput getPaymentProduct730SpecificInput()
public void setPaymentProduct730SpecificInput(NonSepaDirectDebitPaymentProduct730SpecificInput value)
public String getRecurringPaymentSequenceIndicator()
public void setRecurringPaymentSequenceIndicator(String value)
public Boolean getRequiresApproval()
public void setRequiresApproval(Boolean value)
public String getToken()
public void setToken(String value)
public Boolean getTokenize()
public void setTokenize(Boolean value)
Copyright © 2024 Worldline Global Collect. All rights reserved.