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

SYNOPSIS

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

ATTRIBUTES

type (Str)
account_holder_name (Str)
reference (Str)
merchant_account_id (Str) [optional]
verification (HashRef) [optional]

METHODS

None yet.

SEE ALSO