Class SepaCreditTransferTransactionReference
Simple helper class that contains a complete reference to a SepaCreditTransferTransactionInformation in a SepaCreditTransferPaymentInitiation.
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public class SepaCreditTransferTransactionReference
Properties
PaymentInformation
Declaration
public SepaCreditTransferPaymentInformation PaymentInformation { get; }
Property Value
Type | Description |
---|---|
SepaCreditTransferPaymentInformation |
PaymentInformationIndex
The zero based index of the PaymentInformation within the PaymentInitiation.
Declaration
public int PaymentInformationIndex { get; }
Property Value
Type | Description |
---|---|
int |
PaymentInitiation
Declaration
public SepaCreditTransferPaymentInitiation PaymentInitiation { get; }
Property Value
Type | Description |
---|---|
SepaCreditTransferPaymentInitiation |
TransactionIndex
The overall index of the referenced transaction within the PaymentInitiation.
Declaration
public int TransactionIndex { get; }
Property Value
Type | Description |
---|---|
int |
TransactionInformation
Declaration
public SepaCreditTransferTransactionInformation TransactionInformation { get; }
Property Value
Type | Description |
---|---|
SepaCreditTransferTransactionInformation |
TransactionInformationIndex
The zero based index of the TransactionInformation within the PaymentInformation.
Declaration
public int TransactionInformationIndex { get; }
Property Value
Type | Description |
---|---|
int |