NAME

Business::TrueLayer::Account::Identifier - class representing a account identifier as used in the TrueLayer v3 API.

https://docs.truelayer.com/docs/merchant-accounts-1

SYNOPSIS

my $Account = Business::TrueLayer::Account::Identifier->new(
    type => ...
);

ATTRIBUTES

type (Str)
iban (Str)
account_number (Str)
sort_code (Str)

METHODS

None yet.

SEE ALSO

Business::TrueLayer::Account