PaymentMethod Property
This property is used to specify the method of payment used when marking an invoice as paid (via MarkAsPaid ).
Syntax
invoicecontrol.PaymentMethod[=integer]
Possible Values
pmPayPal(0), pmBankTransfer(1), pmCash(2), pmCheck(3), pmCreditCard(4), pmDebitCard(5), pmWireTransfer(6), pmOther(7)
Default Value
0
Remarks
This property is used to specify the method of payment used when marking an invoice as paid (via MarkAsPaid).
The following payment methods are available:
pmPayPal (0) | Payment is made by PayPal (default value). |
pmBankTransfer (1) | Payment is made by a bank transfer. |
pmCash (2) | Payment is made in cash. |
pmCheck (3) | Payment is made by check. |
pmCreditCard (4) | Payment is made by a credit card. |
pmDebitCard (5) | Payment is made by a debit card. |
pmWireTransfer (6) | Payment is made by a wire transfer. |
pmOther (7) | Payment is made by a method not specified in this list. |
Data Type
Integer