NAME
Net::API::Stripe::Bitcoin::Transaction - A Stripe Bitcoin Transaction Object
SYNOPSIS
VERSION
0.1
DESCRIPTION
A Bitcoin Transaction module.
As of 2019-11-01, this is an undocumented object in Stripe api documentation. It was found in https://stripe.com/docs/api/customers/object under the sources property.
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
- id string
-
Unique identifier for the object.
- object string, value is "bitcoin_transaction"
-
String representing the object’s type. Objects of the same type share the same value.
- amount positive integer
-
The amount of currency that the transaction was converted to in real-time.
- bitcoin_amount positive integer
-
The amount of bitcoin contained in the transaction.
- created timestamp
-
Time at which the object was created. Measured in seconds since the Unix epoch.
- currency currency
-
Three-letter ISO code for the currency to which this transaction was converted.
- receiver string
-
The receiver to which this transaction was sent.
API SAMPLE
No API sample provided by Stripe yet.
HISTORY
v0.1
Initial version
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
Stripe API documentation:
https://stripe.com/docs/api/customers/object
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 78:
You forgot a '=back' before '=head1'