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.