PaymentTypeNetAmount Property
Net transaction amount for the payment type.
Syntax
char* GetPaymentTypeNetAmount(int iPaymentTypeIndex);
Default Value
""
Remarks
Net transaction amount for the payment type. This property is returned after sending a BatchInquiry or BatchRelease transaction with the PTechHostSettle class, or after a SendSettlement sent using the PTechManualSettle class. This property will contain the net transaction amount for the payment type indicated by PaymentTypeName. This property will be in the range of "-999999.99" to "9999999.99" for each payment type.
The size of the array is controlled by the PaymentTypeCount property.
This property is read-only and not available at design time.
Data Type
String