FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
BankTransferPaymentMethod | Indicates whether Bank Transfer is selected as a payment method in the wizard.
Field name: BnkTrnsPmM. |
BillOfExchangePaymentMethod | Indicates whether Bill of Exchange is selected as a payment method.
Field name: BoePmnMn. |
CheckPaymentMethod | Indicates whether Check is selected as a payment method in the wizard.
Field name: CheckPmntM. |
IdNumber | Internal unique identifier of the Payment Wizard run.
Field name: IdNumber. |
IncomingType | Specifies the type of incoming payments processed by the wizard.
Field name: IncomType. |
OutgoingType | Specifies the type of outgoing payments processed by the wizard.
Field name: OutgoType. |
PmntDate | Payment date assigned to the payments created by the wizard.
Field name: PmntDate. |
WizardName | Name or description of the Payment Wizard run.
Field name: WizardName. Length: 100 characters. |