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

SYNOPSIS

    my $PaymentMethod = Business::TrueLayer::Payment::Method->new(
        name => ...
    );

ATTRIBUTES

type (Str)
beneficiary

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

provider

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

METHODS

None yet.

SEE ALSO

Business::TrueLayer::Beneficiary

Business::TrueLayer::Provider