NAME
Net::API::Stripe::AddressKanji - A Stripe Japanese Address Object
SYNOPSIS
my
$addr
=
$stripe
->address({
line1
=>
'千代田区九段南1-2-3'
,
line2
=>
'大ビル12階'
,
city
=>
'東京都'
,
postal_code
=>
'123-4567'
,
country
=>
'jp'
,
});
VERSION
v0.100.0
DESCRIPTION
This module inherits everything from Net::API::Stripe::Address
This is used to store the address in its kanji version.
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Stripe API documentation:
COPYRIGHT & LICENSE
Copyright (c) 2019-2020 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.