@NotNull
public interface CmsAspspPisExportService
| Modifier and Type | Method and Description |
|---|---|
Collection<de.adorsys.psd2.consent.api.pis.CmsPayment> |
exportPaymentsByAccountId(@NotNull String aspspAccountId,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@NotNull String instanceId)
Returns list of payments by given criteria.
|
Collection<de.adorsys.psd2.consent.api.pis.CmsPayment> |
exportPaymentsByPsu(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@NotNull String instanceId)
Returns list of payments by given criteria.
|
Collection<de.adorsys.psd2.consent.api.pis.CmsPayment> |
exportPaymentsByTpp(String tppAuthorisationNumber,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
@NotNull String instanceId)
Returns list of payments by given criteria.
|
Collection<de.adorsys.psd2.consent.api.pis.CmsPayment> exportPaymentsByTpp(String tppAuthorisationNumber, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @NotNull @NotNull String instanceId)
tppAuthorisationNumber - Mandatory TPP IDcreateDateFrom - Optional starting creation date criteriacreateDateTo - Optional ending creation date criteriapsuIdData - Optional Psu information criteriainstanceId - Mandatory id of particular service instanceTooManyResultsException - If CMS is not able to provide result due to overflow,
developer shall limit his/her request, making pagination by dates.Collection<de.adorsys.psd2.consent.api.pis.CmsPayment> exportPaymentsByPsu(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @NotNull @NotNull String instanceId)
psuIdData - Mandatory Psu information criteriacreateDateFrom - Optional starting creation date criteriacreateDateTo - Optional ending creation date criteriainstanceId - Mandatory id of particular service instanceTooManyResultsException - If CMS is not able to provide result due to overflow,
developer shall limit his/her request, making pagination by dates.Collection<de.adorsys.psd2.consent.api.pis.CmsPayment> exportPaymentsByAccountId(@NotNull @NotNull String aspspAccountId, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @NotNull @NotNull String instanceId)
aspspAccountId - Bank specific account identifiercreateDateFrom - Optional starting creation date criteriacreateDateTo - Optional ending creation date criteriainstanceId - Mandatory id of particular service instanceTooManyResultsException - If CMS is not able to provide result due to overflow,
developer shall limit his/her request, making pagination by dates.Copyright © 2020. All rights reserved.