NAME
Net::Stripe::Token - represent a Token object from Stripe
VERSION
version 0.42
ATTRIBUTES
amount
Reader: amount
Type: Maybe[Int]
boolean_attributes
Reader: boolean_attributes
Type: ArrayRef[Str]
card
Reader: card
Type: Maybe[Net::Stripe::Card]
This attribute is required.
client_ip
Reader: client_ip
Type: Maybe[Str]
created
Reader: created
Type: Maybe[Int]
currency
Reader: currency
Type: Maybe[Str]
id
Reader: id
Type: Maybe[Str]
livemode
Reader: livemode
Type: Maybe[Bool|Object]
type
Reader: type
Type: Maybe[Str]
used
Reader: used
Type: Maybe[Bool|Object]
AUTHORS
Luke Closs
Rusty Conover
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Prime Radiant, Inc., (c) copyright 2014 Lucky Dinosaur LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.