Class SepaCreditTransferTransactionReference
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
PaymentInformationIndex
The zero based index of the PaymentInformation within the PaymentInitiation.
public int PaymentInformationIndex { get; }
Property Value
PaymentInitiation
public SepaCreditTransferPaymentInitiation PaymentInitiation { get; }
Property Value
TransactionIndex
The overall index of the referenced transaction within the PaymentInitiation.
public int TransactionIndex { get; }
Property Value
TransactionInformation
public SepaCreditTransferTransactionInformation TransactionInformation { get; }
Property Value
TransactionInformationIndex
The zero based index of the TransactionInformation within the PaymentInformation.
public int TransactionInformationIndex { get; }