The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::API::Stripe::Payment::Method::Details - Stripe API

SYNOPSIS

    use Net::API::Stripe::Payment::Method::Details;
    my $this = Net::API::Stripe::Payment::Method::Details->new || 
        die( Net::API::Stripe::Payment::Method::Details->error, "\n" );

VERSION

    v1.0.0

DESCRIPTION

This package is called in Stripe api, but is really an alias for Net::API::Stripe::Payment::Method::Options and inherits everything from it.

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

perl

COPYRIGHT & LICENSE

Copyright(c) 2022 DEGUEST Pte. Ltd.

All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.