The generalInvoiceResponse ATL COM module loads &
analyzes electronic responses to general invoice requests
analyzes electronic responses to general invoice requests
API browser of generalInvoiceResponse450 COM module
![]() |
![]() |
||
---|---|---|---|
Retrieves the ESR information of type enRedPayinSlipQR (red payin slip with QR code) for the reimbursement process.
Call this method only if the main response type returned by GetResponse is enResponseAccepted and GetAcceptType@eHasReimbursement=enYes and GetEsrType returns enRedPayinSlipQR. In all other circumstance this ESR information is undefined. |
|||
![]() | |||
![]() |
|||
![]() | |||
![]() |
|||
HRESULT GetEsrRedQR( | BSTR
BSTR BSTR IAddress IAddress IAddress VARIANT_BOOL |
*pbstrIBAN,
*pbstrRemarks, *bstrCustomerNote, **pIBankAddress, **pICreditorAddress, **pIDebitorAddress, *pbStatus); |
|
[C/C++ return value] | S_OK | This value is returned if the function call was successful. | |
S_FALSE | This value is returned if the end of an iteration is reached | ||
E_name | This value is returned if the function call was unsuccessful and an error exception was generated. Note that if you are using SmartPointers an exception is thrown under these conditions. | ||
![]() | |||
![]() |
|||
[out] BSTR | *pbstrIBAN | The account number in form of an IBAN | |
[out] BSTR | *pbstrRemarks | The optional remark that should be printed on the payin slip | |
[out] BSTR | *bstrCustomerNote | The optional customer note that is part of the QR code. | |
[out] IAddress | **pIBankAddress | The instance of an IAddress interface that allows to read back the bank address.
If no address is defined then the handle is NULL. |
|
[out] IAddress | **pICreditorAddress | The instance of an IAddress interface that allows to read back the ESR creditor address.
If no address is defined then the handle is NULL. |
|
[out] IAddress | **pIDebitorAddress | The instance of an IAddress interface that allows to read back the ESR debitor address.
If no address is defined then the handle is NULL. |
|
[out,retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE then an error occurred and GetAbortInfo should be called to retrieve the error string. | |
![]() |