The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Business::TrueLayer::User - class representing a user as used in the TrueLayer v3 API.

SYNOPSIS

    my $User = Business::TrueLayer::User->new(
        name => ...
    );

ATTRIBUTES

id (Str)
name (Str)
email (Str)
phone (Str)
date_of_birth (DateTime, coerced via DateTime::Format::DateParse)

METHODS

None yet.

SEE ALSO