InvoiceCreator AddPaymentMeansAsDomesticTransfer Method (Nullable DateTime , Nullable Int64 , Int32, Int32, Int64)ebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Set up paymennt means as a domestic payment.

Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public void AddPaymentMeansAsDomesticTransfer(
	Nullable<DateTime> dueDate,
	Nullable<long> paymentIdentifier,
	int bankNumber,
	int accountTypeNumber,
	long accountNumber
)

Parameters

dueDate
Type: System Nullable DateTime 
If specified, will specify the due date in the payment means.
paymentIdentifier
Type: System Nullable Int64 
Specifies a payment identifer, the buyer should use when paying. The supplier will use this identifier when payment is received to match the payment with the invoice.
bankNumber
Type: System Int32
Number of the bank (ISL:bankanúmer)
accountTypeNumber
Type: System Int32
Account type number, e.g. '26' (ISL:höfuðbók)
accountNumber
Type: System Int64
Account number (ISL:reikningsnúmer)
See Also