InvoiceCreator AddPaymentAsSwiftPayment Method 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 payment means as SWIFT bank transfer

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 AddPaymentAsSwiftPayment(
	Nullable<DateTime> dueDate,
	string bicCode,
	string ibanAccountNumber,
	string bankName,
	string bankStreetAndNumber
)

Parameters

dueDate
Type: System Nullable DateTime 
If specified, will specify the due date in the payment means.
bicCode
Type: System String
BIC code, for example 'SISLISRE'
ibanAccountNumber
Type: System String
IBAN account code with country code, e.g. 'IS99000126123456203092370'
bankName
Type: System String
Name of the bank
bankStreetAndNumber
Type: System String
Address, street and number identifying the bank branch
See Also