NAME

Business::TrueLayer::Address - class representing an address as used in the TrueLayer v3 API.

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

SYNOPSIS

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

ATTRIBUTES

address_line1 (Str)
city (Str)
state (Str)
zip (Str)
country_code (Str)

METHODS

None yet.

SEE ALSO