Class BankAccountBuilder

Namespace
EInvoice.Core.Builder
Assembly
EInvoice.Core.dll

Fluent builder for constructing a BankAccount (payee financial account).

public sealed class BankAccountBuilder
Inheritance
BankAccountBuilder
Inherited Members

Methods

Build()

public BankAccount Build()

Returns

BankAccount

WithBic(string)

public BankAccountBuilder WithBic(string bic)

Parameters

bic string

Returns

BankAccountBuilder

WithIban(string)

public BankAccountBuilder WithIban(string iban)

Parameters

iban string

Returns

BankAccountBuilder

WithName(string)

public BankAccountBuilder WithName(string name)

Parameters

name string

Returns

BankAccountBuilder