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

WebService::Async::Onfido::Base::Address - represents data for Onfido

DESCRIPTION

This is autogenerated from the documentation in https://documentation.onfido.com.

METHODS =head2 flat_number

The flat number of this address.

building_number

The building number of this address.

building_name

The building name of this address.

street

The street of the applicant's address. There is a 32-character limit on this field for UK addresses.

sub_street

The sub-street of the applicant's address.

town

The town of the applicant's address.

state

The address state. US states must use the USPS abbreviation (see also ISO 3166-2:US), for example AK, CA, or TX..

postcode

The postcode or ZIP of the applicant's address. For UK postcode, specify the value in the following format: SW4 6EH.

country

The 3 character ISO country code of this address. For example, GBR is the country code for the United Kingdom.

start_date

The date the applicant started living at this address in yyyy-mm-dd format.

end_date

The date the applicant left this address in yyyy-mm-dd format. If current residence, leave null.

AUTHOR

deriv.com DERIV@cpan.org

LICENSE

Copyright deriv.com 2019. Licensed under the same terms as Perl itself.