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

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

SYNOPSIS

    my $MerchantAccount = Business::TrueLayer::MerchantAccount->new(
        id => ...
    );

ATTRIBUTES

id (Str)
currency (Str)
account_holder_name (Str)
available_balance_in_minor (Num)
current_balance_in_minor (Num)
account_identifiers

An array ref of Business::TrueLayer::MerchantAccount::Identifier objects

METHODS

None yet. TODO:

    transactions
    payment_sources

SEE ALSO

Business::TrueLayer::MerchantAccount::Identifier