Class SepaCreditTransferTransactionReference

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Simple helper class that contains a complete reference to a SepaCreditTransferTransactionInformation in a SepaCreditTransferPaymentInitiation.

public class SepaCreditTransferTransactionReference
Inheritance
SepaCreditTransferTransactionReference
Inherited Members

Properties

PaymentInformation

public SepaCreditTransferPaymentInformation PaymentInformation { get; }

Property Value

SepaCreditTransferPaymentInformation

PaymentInformationIndex

The zero based index of the PaymentInformation within the PaymentInitiation.

public int PaymentInformationIndex { get; }

Property Value

int

PaymentInitiation

public SepaCreditTransferPaymentInitiation PaymentInitiation { get; }

Property Value

SepaCreditTransferPaymentInitiation

TransactionIndex

The overall index of the referenced transaction within the PaymentInitiation.

public int TransactionIndex { get; }

Property Value

int

TransactionInformation

public SepaCreditTransferTransactionInformation TransactionInformation { get; }

Property Value

SepaCreditTransferTransactionInformation

TransactionInformationIndex

The zero based index of the TransactionInformation within the PaymentInformation.

public int TransactionInformationIndex { get; }

Property Value

int