Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Processes the report business logic for the certificate.
Syntax
protected void getPaymentSummary(
TaxWithholdCertificateNumber_IN _certificateNumber,
TaxWithholdComponentGroup_IN _componentGroup,
TaxWithholdType_IN _taxWithholdType,
AccountNum _accountNum,
CustVendACType _custVendACType,
TransDate _fromDate,
TransDate _toDate,
TaxWithholdTAN_IN _tanNumber)
Run On
Server
Parameters
- _certificateNumber
Type: TaxWithholdCertificateNumber_IN Extended Data Type
The certificate number report parameter from the report data contract.
- _componentGroup
Type: TaxWithholdComponentGroup_IN Extended Data Type
The component group report parameter from the report data contract.
- _taxWithholdType
Type: TaxWithholdType_IN Enumeration
The TaxWithholdType report parameter from the report data contract.
- _accountNum
Type: AccountNum Extended Data Type
The account number report parameter from the report data contract.
- _custVendACType
Type: CustVendACType Enumeration
The CustVendACType report parameter from the report data contract.
- _fromDate
Type: TransDate Extended Data Type
The FromDate report parameter from the report data contract.
- _toDate
Type: TransDate Extended Data Type
The ToDate report parameter from the report data contract.
- _tanNumber
Type: TaxWithholdTAN_IN Extended Data Type
The TAN number report parameter from the report data contract.