NAME
Net::API::Stripe::Payment::GeneratedFrom - A Stripe Payment Method Origin Object
SYNOPSIS
my $form = $stripe->card->generated_from({
charge => 'ch_fake1234567890',
payment_method_details => $payment_method_details_object,
});
VERSION
v0.100.0
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::Payment::GeneratedFrom object. It may also take an hash like arguments, that also are method of the same name.
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) 2019-2020 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.