Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class Bank

    Represents a bank entity.

    Inheritance
    object
    ValueObject
    Bank
    Inherited Members
    ValueObject.Id
    ValueObject.Equals(object)
    ValueObject.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Banks
    Assembly: Innovt.Domain.dll
    Syntax
    public class Bank : ValueObject

    Properties

    | Edit this page View Source

    AccountDigit

    Gets or sets the account digit associated with the account number.

    Declaration
    public string AccountDigit { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    AccountNumber

    Gets or sets the account number associated with the bank.

    Declaration
    public string AccountNumber { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    AccountType

    Gets or sets the account type (e.g., Checking, Savings).

    Declaration
    public AccountType AccountType { get; set; }
    Property Value
    Type Description
    AccountType
    | Edit this page View Source

    Code

    Gets or sets the code of the bank.

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Gets or sets the name of the bank.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RoutingNumber

    Gets or sets the routing number of the bank.

    Declaration
    public string RoutingNumber { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX