Uses of Interface
com.girosolution.girocheckout.response.DirectDebitSenderInfoResponse
Packages that use DirectDebitSenderInfoResponse
-
Uses of DirectDebitSenderInfoResponse in com.girosolution.girocheckout.request
Methods in com.girosolution.girocheckout.request that return DirectDebitSenderInfoResponseModifier and TypeMethodDescriptionDirectDebitSenderInfoRequest.execute()
Abruf von Senderinformationen
Beispiel:
DirectDebitSenderInfoRequest request = project.createDirectDebitSenderInfoRequest(ref); DirectDebitSenderInfoResponse response = request.execute();