📚 SAP Business One SDK Help

PaymentWizard Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property BankTransferPaymentMethodIndicates whether Bank Transfer is selected as a payment method in the wizard.

Field name: BnkTrnsPmM.

Public Property BillOfExchangePaymentMethodIndicates whether Bill of Exchange is selected as a payment method.

Field name: BoePmnMn.

Public Property CheckPaymentMethodIndicates whether Check is selected as a payment method in the wizard.

Field name: CheckPmntM.

Public Property IdNumberInternal unique identifier of the Payment Wizard run.

Field name: IdNumber.

Public Property IncomingTypeSpecifies the type of incoming payments processed by the wizard.

Field name: IncomType.

Public Property OutgoingTypeSpecifies the type of outgoing payments processed by the wizard.

Field name: OutgoType.

Public Property PmntDatePayment date assigned to the payments created by the wizard.

Field name: PmntDate.

Public Property WizardNameName or description of the Payment Wizard run.

Field name: WizardName.

Length: 100 characters.

See Also