The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Stripe::BalanceTransaction - represent a BalanceTransaction object from Stripe

VERSION

version 0.42

ATTRIBUTES

amount

Reader: amount

Type: Int

available_on

Reader: available_on

Type: Int

boolean_attributes

Reader: boolean_attributes

Type: ArrayRef[Str]

created

Reader: created

Type: Int

currency

Reader: currency

Type: Str

This attribute is required.

description

Reader: description

Type: Maybe[Str]

fee

Reader: fee

Type: Int

fee_details

Reader: fee_details

Type: Maybe[ArrayRef]

id

Reader: id

Type: Str

net

Reader: net

Type: Int

source

Reader: source

Type: Str

status

Reader: status

Type: StatusType

type

Reader: type

Type: TransactionType

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.