NAME
Net::API::Stripe::Payment::GeneratedFrom - A Stripe Payment Method Origin Object
SYNOPSIS
VERSION
0.1
DESCRIPTION
Details of the original PaymentMethod that created this object.
This is used in Net::API::Stripe::Connect::ExternalAccount::Card
itself used in Net::API::Stripe::Payment::Method
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
- charge string
-
The charge that created this object.
- payment_method_details hash
-
Transaction-specific details of the payment method used in the payment.
This is a
Net::API::Stripe::Payment::Method::Details
object.
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 68:
You forgot a '=back' before '=head1'