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.