NAME
Net::API::Stripe::Address - A Stripe Address Object
SYNOPSIS
VERSION
0.1
DESCRIPTION
This is an Address module used everywhere in Stripe API.
CONSTRUCTOR
- new( %ARG )
-
Creates a new
Net::API::Stripe
objects. It may also take an hash like arguments, that also are method of the same name.- verbose
-
Toggles verbose mode on/off
- debug
-
Toggles debug mode on/off
METHODS
- city string
-
City/District/Suburb/Town/Village.
- country string
-
2-letter country code.
- line1 string
-
Address line 1 (Street address/PO Box/Company name).
- line2 string
-
Address line 2 (Apartment/Suite/Unit/Building).
- postal_code string
-
ZIP or postal code.
- state string
-
State/County/Province/Region.
HISTORY
v0.1
Initial version
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Stripe API documentation:
COPYRIGHT & LICENSE
Copyright (c) 2018-2019 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 76:
You forgot a '=back' before '=head1'