📚 SAP Business One SDK Help

CheckForPaymentDraft Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileLoads the object's properties from an XML file.
Public Method FromXMLStringLoads the object's properties from an XML string.
Public Method GetXMLSchemaReturns the XML schema for this object.
Public Method ToXMLFileSerializes the object's properties to an XML file.
Public Method ToXMLStringSerializes the object's properties to an XML string.

Public Properties

Public Property AccountNoThe bank account number.
Field Name: AcctNum
Data Type: Edm.String
Writable: Yes
Public Property AddressThe payee address.
Field Name: Address
Data Type: Edm.String
Writable: Yes
Public Property AddressNameThe address name.
Field Name: AddrName
Data Type: Edm.String
Writable: Yes
Public Property BankNoThe bank code.
Field Name: BankNum
Data Type: Edm.String
Writable: Yes
Public Property BranchThe bank branch.
Field Name: Branch
Data Type: Edm.String
Writable: Yes
Public Property Branch2The branch of business (branch ID).
Field Name: BPLId
Data Type: Edm.Int32
Writable: Yes
Public Property BranchRegNoThe branch VAT registration number.
Field Name: VATRegNum
Data Type: Edm.String
Writable: Yes
Public Property CalculateTaxIndicates whether tax is calculated for this check.
Field Name: VatCalcult
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property CashingDateThe date on which the check may be cashed.
Field Name: CheckDate
Data Type: Edm.DateTime
Writable: Yes
Public Property CheckAmountThe check amount.
Field Name: CheckSum
Data Type: Edm.Double
Writable: Yes
Public Property CheckCurrencyThe currency of the check.
Field Name: Currency
Data Type: Edm.String
Writable: Yes
Public Property CheckKeyThis is the key field.
Field Name: CheckKey
Data Type: Edm.Int32
Writable: No
Public Property CheckNumberThe check number.
Field Name: CheckNum
Data Type: Edm.Int32
Writable: Yes
Public Property ChecksForPaymentDraftDocumentReferencesCollection of document references linked to this check draft.
Field Name: —
Data Type: Collection(CheckForPaymentDraftDocumentReference)
Writable: Yes
Public Property ChecksForPaymentDraftLinesCollection of distribution lines for this check draft.
Field Name: —
Data Type: Collection(CheckForPaymentDraftLine)
Writable: Yes
Public Property CountryCodeThe country code.
Field Name: CountryCod
Data Type: Edm.String
Writable: Yes
Public Property CreateJournalEntryIndicates whether a journal entry is created for this check.
Field Name: CreateJdt
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property CreditedAccountCodeThe account credited by this check.
Field Name: CheckAcct
Data Type: Edm.String
Writable: Yes
Public Property DetailsFree-text details for the check.
Field Name: Details
Data Type: Edm.String
Writable: Yes
Public Property ECheckIndicates whether this is an electronic check.
Field Name: ECheck
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property FreelyNegotiableIndicates whether the check is freely negotiable (transferable).
Field Name: Trnsfrable
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property ManualCheckIndicates whether this is a manually created check.
Field Name: ManualChk
Data Type: BoYesNoEnum
Writable: Yes
Enum Type: BoYesNoEnum
Public Property PaymentDateThe payment date.
Field Name: PmntDate
Data Type: Edm.DateTime
Writable: Yes
Public Property PaymentNoThe outgoing payment number associated with this draft.
Field Name: PmntNum
Data Type: Edm.Int32
Writable: Yes
Public Property SignatureThe signature on the check.
Field Name: Signature
Data Type: Edm.String
Writable: Yes
Public Property TransactionNumberThe journal entry transaction number.
Field Name: TransNum
Data Type: Edm.Int32
Writable: Yes
Public Property TransactionReferenceThe transaction reference.
Field Name: TransRef
Data Type: Edm.String
Writable: Yes
Public Property VendorCodeThe vendor business partner code.
Field Name: VendorCode
Data Type: Edm.String
Writable: Yes
Public Property VendorNameThe vendor name.
Field Name: VendorName
Data Type: Edm.String
Writable: Yes
Public Property WithholdingTaxDeductionPercentThe withholding tax deduction percentage.
Field Name: DdctPrcnt
Data Type: Edm.Double
Writable: Yes

See Also