Class FinSepaRemitt
Encapsulates all information of a single or multiple SEPA remittance or direct debit.
Inheritance
System.Object
FinSepaRemitt
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaRemitt
Constructors
FinSepaRemitt()
Declaration
FinSepaRemitt(FinAcct, SepaDocument)
Declaration
public FinSepaRemitt(FinAcct aAcct, SepaDocument aSepaDoc)
Parameters
Properties
Amount
Declaration
public SwiftAmt Amount { get; set; }
Property Value
BatchBooking
Declaration
public SepaTriState BatchBooking { get; set; }
Property Value
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderID
Optional order ID that was assiged by the bank to this remittance.
Declaration
public string OrderID { get; set; }
Property Value
Type |
Description |
System.String |
If an order ID is available for this remittance, then it shall be stored in this
property. Otherwise this property shall be null .
|
OrderingCustAcct
Ordering customers account.
Declaration
public FinAcct OrderingCustAcct { get; set; }
Property Value
Type |
Description |
FinAcct |
The ordering customer account is a required field of any remittance and therefore
shall not be set to a null value. However, it can be null immediately
after construction of an empty FinSepaRemitt instance.
|
PayeePayerBIC
Declaration
public string PayeePayerBIC { get; set; }
Property Value
Type |
Description |
System.String |
|
PayeePayerIBAN
Declaration
public string PayeePayerIBAN { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduleDate
Declaration
public SwiftDate ScheduleDate { get; set; }
Property Value
SepaBuffer
Access to the raw binary SEPA data buffer.
Declaration
public FinByteBuffer SepaBuffer { get; set; }
Property Value
SepaDocument
Access to the parsed SEPA document.
Declaration
public SepaDocument SepaDocument { get; set; }
Property Value
Declaration
public string SepaFormat { get; set; }
Property Value
Type |
Description |
System.String |
|