Finance-Bank-SuomenVerkkomaksut
view release on metacpan or search on metacpan
lib/Finance/Bank/Paytrail.pm view on Meta::CPAN
=cut
has 'server_response_json' => ( is => 'rw' ); # the json string as it came from the server, unprocessed
=head2 server_response
(Nice-to-have) Populated when you call submit. The entire unprocessed response content.
=cut
has 'server_response' => ( is => 'rw' ); # the response as a perl data structure, decoded from json
=head2 result_code
(Nice-to-have) Populated when you call submit. The HTTP status code of the reply.
=cut
has 'result_code' => ( is => 'rw' );
=head2 error_message
( run in 0.366 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )