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::Mandate - class representing a mandate as used in the TrueLayer v3 API.

Business::TrueLayer::Mandate uses the Status role.

SYNOPSIS

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

ATTRIBUTES

id (Str)
type (Str)
beneficiary

A Business::TrueLayer::Beneficiary object. Hash refs will be coerced.

user

A Business::TrueLayer::User object. Hash refs will be coerced.

SEE ALSO

Business::TrueLayer::User

Business::TrueLayer::Role::Status