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::Bitcoin::Transaction - A Stripe Bitcoin Transaction Object

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::Bitcoin::Transaction object. It may also take an hash like arguments, that also are method of the same name.

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) 2019-2020 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.