Interface ComposeIBANParams

Interface for ComposeIBAN parameteres

interface ComposeIBANParams {
    bban?: string;
    countryCode?: string;
}

Properties

Properties

bban?: string
countryCode?: string