📚 SAP Business One SDK Help

PaymentMethod Property
See Also 

Description

Sets or returns the payment method for outgoing payments (for example: check, bank transfer, and so on).

Field name: PeyMethod.

Length: 15 characters.

This is a foreign key to the WizardPaymentMethods object.

Property type

Read-write property

Syntax

Visual Basic
Public Property PaymentMethod() As String

Remarks

The valid values are defined in SAP Business One in the Payment Methods table (OPYM table, which is not exposed through the DI API).

See Also