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

Net::API::Stripe::Payment::Installment - A Stripe Instalment Payment Object

SYNOPSIS

VERSION

    0.1

DESCRIPTION

Installment details for this payment (Mexico only).

For more information, see the installments integration guide (https://stripe.com/docs/payments/installments).

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.

METHODS

plan hash

This is a Net::API::Stripe::Billing::Plan; object who only 3 following properties are used:

count integer

For fixed_count installment plans, this is the number of installment payments your customer will make to their credit card.

interval string

For fixed_count installment plans, this is the interval between installment payments your customer will make to their credit card.

type string

Type of installment plan, one of fixed_count.

HISTORY

v0.1

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation:

https://stripe.com/docs/payments/installments

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 54:

You forgot a '=back' before '=head1'