NAME

Net::API::Stripe::AddressKana - 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 kana version.

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation:

https://stripe.com/docs/api

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.