Class SepaDirectDebitPaymentInitiation
A SEPA Direct Debit Payment Initiation XML message.
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaDirectDebitPaymentInitiation : SepaPaymentInitiation
Constructors
SepaDirectDebitPaymentInitiation(string)
Creates a new SEPA direct debit payment initiation message with the given message tag.
Declaration
public SepaDirectDebitPaymentInitiation(string sMessageTag = "CstmrDrctDbtInitn")
Parameters
Type | Name | Description |
---|---|---|
string | sMessageTag | Should always be "CstmrDrctDbtInitn". |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The parameter sMessageTag was |
ArgumentException | The parameter sMessageTag was not a valid XML tag name. |
Methods
NewPaymentInformation()
Creates a new SEPA payment information object which can be added to a SepaPaymentInitiation message with the Add method of the SepaPaymentInformations object.
Declaration
public override SepaPaymentInformation NewPaymentInformation()
Returns
Type | Description |
---|---|
SepaPaymentInformation |