NAME
Net::Stripe::PaymentMethod - represent a PaymentMethod object from Stripe
VERSION
version 0.42
ATTRIBUTES
billing_details
Reader: billing_details
Type: Maybe[HashRef]
boolean_attributes
Reader: boolean_attributes
Type: ArrayRef[Str]
card
Reader: card
Type: Maybe[Net::Stripe::Card|StripeTokenId]
card_present
Reader: card_present
Type: Maybe[HashRef]
created
Reader: created
Type: Int
customer
Reader: customer
Type: Maybe[StripeCustomerId]
fpx
Reader: fpx
Type: Maybe[HashRef]
id
Reader: id
Type: StripePaymentMethodId
ideal
Reader: ideal
Type: Maybe[HashRef]
livemode
Reader: livemode
Type: Bool
metadata
Reader: metadata
Type: Maybe[EmptyStr|HashRef[Str]]
sepa_debit
Reader: sepa_debit
Type: Maybe[HashRef]
type
Reader: type
Type: StripePaymentMethodType
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.