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::Provider::Filter - class representing a provider filter as used in the TrueLayer v3 API.

SYNOPSIS

    my $Filter = Business::TrueLayer::Provider::Filter->new(
        countries => ...
    );

ATTRIBUTES

release_channel (Str)
customer_segments (ArrayRef[Str])
countries (ArrayRef[Country])

Where Country is Alpha-2 ISO 3166 country code (e.g. "DE")

METHODS

None yet.

SEE ALSO

Business::TrueLayer::Provider::Scheme