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 ).

Object Oriented Interface

public function getPaymentMethod();
public function setPaymentMethod($value);

Procedural Interface

inpaypal_invoice_get($res, 80 );
inpaypal_invoice_set($res, 80, $value );

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