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

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

SYNOPSIS

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

ATTRIBUTES

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

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

METHODS

None yet.

SEE ALSO

Business::TrueLayer::MerchantAccount