public static class MandateImportEntryService.MandateImportEntryCreateRequest.Amendment
extends java.lang.Object
Constructor and Description |
---|
MandateImportEntryService.MandateImportEntryCreateRequest.Amendment() |
Modifier and Type | Method and Description |
---|---|
MandateImportEntryService.MandateImportEntryCreateRequest.Amendment |
withOriginalCreditorId(java.lang.String originalCreditorId)
The creditor identifier of the direct debit originator.
|
MandateImportEntryService.MandateImportEntryCreateRequest.Amendment |
withOriginalCreditorName(java.lang.String originalCreditorName)
Data about the original mandate to be moved or modified.
|
MandateImportEntryService.MandateImportEntryCreateRequest.Amendment |
withOriginalMandateReference(java.lang.String originalMandateReference)
The unique SEPA reference for the mandate being amended.
|
public MandateImportEntryService.MandateImportEntryCreateRequest.Amendment()
public MandateImportEntryService.MandateImportEntryCreateRequest.Amendment withOriginalCreditorId(java.lang.String originalCreditorId)
The creditor identifier of the direct debit originator. Required if mandate import scheme is sepa
.
public MandateImportEntryService.MandateImportEntryCreateRequest.Amendment withOriginalCreditorName(java.lang.String originalCreditorName)
Data about the original mandate to be moved or modified.
public MandateImportEntryService.MandateImportEntryCreateRequest.Amendment withOriginalMandateReference(java.lang.String originalMandateReference)
The unique SEPA reference for the mandate being amended. Required if mandate import scheme is sepa
.