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. |
AbsId | The key of the credit card payment.
Field name: AbsId. Length: 11 characters. |
CreditCard | The credit card.
Field name: CreditCard. |
CreditCurrency | The currency of the credit card voucher.
Field name: CreditCurr. |
Customer | The code of the customer.
Field name: CardCode. |
Deposited | Indicates whether the credit card voucher is paid or not. Field name: Deposited. |
NumOfPayments | The number of the payment.
Field name: NumOfPmnts. |
PayDate | The date of the payment.
Field name: PayDate. |
PaymentMethodCode | The code of the payment method.
Field name: CrTypeCode. |
Reference | The transaction reference.
Field name: TransRef. |
Total | The amount of the credit card payment.
Field name: CreditSum. |
Transferred | Indicates whether the deposit of the credit card voucher is transferred to the next year or not. Field name: Transfered. |
VoucherNumber | The number of the credit card voucher.
Field name: VoucherNum. |