public class Ptsv2paymentsPaymentInformationSepaDirectDebit extends Object
| Constructor and Description |
|---|
Ptsv2paymentsPaymentInformationSepaDirectDebit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReference()
Mandate reference as returned on the first transaction in the sequence
|
String |
getSignatureDate()
Date of the initial transaction, format is YYYY-MM-DD.
|
String |
getType()
Sequence type of the direct debit, defaults to \"oneOff\".
|
String |
getUrl()
Valid URL pointing to the SEPA mandate, needs to be accessible by our risk and compliance department.
|
int |
hashCode() |
Ptsv2paymentsPaymentInformationSepaDirectDebit |
reference(String reference) |
void |
setReference(String reference) |
void |
setSignatureDate(String signatureDate) |
void |
setType(String type) |
void |
setUrl(String url) |
Ptsv2paymentsPaymentInformationSepaDirectDebit |
signatureDate(String signatureDate) |
String |
toString() |
Ptsv2paymentsPaymentInformationSepaDirectDebit |
type(String type) |
Ptsv2paymentsPaymentInformationSepaDirectDebit |
url(String url) |
public Ptsv2paymentsPaymentInformationSepaDirectDebit()
public Ptsv2paymentsPaymentInformationSepaDirectDebit reference(String reference)
public String getReference()
public void setReference(String reference)
public Ptsv2paymentsPaymentInformationSepaDirectDebit signatureDate(String signatureDate)
public String getSignatureDate()
public void setSignatureDate(String signatureDate)
public Ptsv2paymentsPaymentInformationSepaDirectDebit url(String url)
public String getUrl()
public void setUrl(String url)
public Ptsv2paymentsPaymentInformationSepaDirectDebit type(String type)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.