public static final class MandateImportService.MandateImportCancelRequest extends PostRequest<MandateImport>
Request class for MandateImportService.cancel(java.lang.String)
.
Cancels the mandate import, which aborts the import process and stops the mandates being set up in GoCardless. Once the import has been cancelled, it can no longer have entries added to it. Mandate imports which have already been submitted or processed cannot be cancelled.
Modifier and Type | Method and Description |
---|---|
MandateImportService.MandateImportCancelRequest |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
execute, executeWrapped
public MandateImportService.MandateImportCancelRequest withHeader(java.lang.String headerName, java.lang.String headerValue)