Skip to content

Commit

Permalink
documentation updated by dzil
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsolomon committed Apr 29, 2017
1 parent a1f7081 commit df6b654
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Net::Stripe - API client for Stripe.com

=head1 VERSION

version 0.31
version 0.32

=head1 SYNOPSIS

Expand Down Expand Up @@ -57,6 +57,54 @@ You can set this to true to see the actual network requests.

=back

=head1 ATTRIBUTES

=head2 api_base

Reader: api_base

Type: Str

Additional documentation: This is the base part of the URL for every request made

=head2 api_key

Reader: api_key

Type: Str

This attribute is required.

Additional documentation: You get this from your Stripe Account settings

=head2 debug

Reader: debug

Writer: debug

Type: Bool

Additional documentation: The debug flag

=head2 debug_network

Reader: debug_network

Writer: debug_network

Type: Bool

Additional documentation: The debug network request flag

=head2 ua

Reader: ua

Type: Object

Additional documentation: The LWP::UserAgent that is used for requests

=head1 Balance Transaction Methods

=head2 get_balance_transaction
Expand Down

0 comments on commit df6b654

Please sign in to comment.