PaymentTypeName Property
Name of the payment type at the current index.
Object Oriented Interface
public function getPaymentTypeName($paymenttypeindex);
Procedural Interface
inpaydirect_ptechhostsettle_get($res, 8 , $paymenttypeindex);
Default Value
''
Remarks
Name of the payment type at the current index. 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 name for each payment type returned. Valid payment types include:
CR | Credit Card and Stored Value |
DB | Debit Card Only |
AE | American Express Only |
EB | Electronic Benefits Transfer Only |
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