Table of Contents

Struct CccValue

Namespace
Veritas.Finance.ES
Assembly
Veritas.dll

Spanish bank account code (CCC) consisting of bank, branch, control digits, and account number.

public readonly struct CccValue
Inherited Members

Constructors

CccValue(string)

public CccValue(string value)

Parameters

value string

Properties

Value

The normalized CCC string.

public string Value { get; }

Property Value

string