File tree Expand file tree Collapse file tree 1 file changed +49
-1
lines changed
Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Net::Stripe - API client for Stripe.com
66
77=head1 VERSION
88
9- version 0.31
9+ version 0.32
1010
1111=head1 SYNOPSIS
1212
@@ -57,6 +57,54 @@ You can set this to true to see the actual network requests.
5757
5858=back
5959
60+ =head1 ATTRIBUTES
61+
62+ =head2 api_base
63+
64+ Reader: api_base
65+
66+ Type: Str
67+
68+ Additional documentation: This is the base part of the URL for every request made
69+
70+ =head2 api_key
71+
72+ Reader: api_key
73+
74+ Type: Str
75+
76+ This attribute is required.
77+
78+ Additional documentation: You get this from your Stripe Account settings
79+
80+ =head2 debug
81+
82+ Reader: debug
83+
84+ Writer: debug
85+
86+ Type: Bool
87+
88+ Additional documentation: The debug flag
89+
90+ =head2 debug_network
91+
92+ Reader: debug_network
93+
94+ Writer: debug_network
95+
96+ Type: Bool
97+
98+ Additional documentation: The debug network request flag
99+
100+ =head2 ua
101+
102+ Reader: ua
103+
104+ Type: Object
105+
106+ Additional documentation: The LWP::UserAgent that is used for requests
107+
60108=head1 Balance Transaction Methods
61109
62110=head2 get_balance_transaction
You can’t perform that action at this time.
0 commit comments