PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

PaymentMethod Property

This property is used to specify the method of payment used when marking an invoice as paid (via MarkAsPaid ).

Syntax

int GetPaymentMethod();

int SetPaymentMethod(int iPaymentMethod);

Possible Values

  PM_PAY_PAL(0), 
  PM_BANK_TRANSFER(1), 
  PM_CASH(2), 
  PM_CHECK(3), 
  PM_CREDIT_CARD(4), 
  PM_DEBIT_CARD(5), 
  PM_WIRE_TRANSFER(6), 
  PM_OTHER(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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0