Google Checkout General Util
Details
| Last Update: | 2008-07-04 21:53:52 |
| Version: | Google::Checkout |
| License/Program Type: | Perl Artistic License |
| Publisher: | Google |
| Price: | $0.00 |
Description:
Google::Checkout::General::Util is a Perl module from Google.
SYNOPSIS
use Google::Checkout::General::Util qw/is_gco_error
compute_hmac_sha1 compute_base64
date_time_string make_xml_safe is_merchant_item
is_shipping_method is_tax_table format_tax_rate
get_valid_carrier is_valid_buyer_info
is_gift_certificate_object is_digital_content/;
Library contains a group of useful utility functions
is_gco_error OBJECT
Returns true if OBJECT is an object (or sub-class) of Google::Checkout::General::Error. Returns false otherwise. Many functions reteurns Google::Checkout::General::Error to indicate error conditions so it's important to use this function to check for them.
is_merchant_item OBJECT
Returns true if OBJECT is an object (or sub-class) of Google::Checkout::General::MerchantItem. Returns false otherwise. This function is used internally.
is_shipping_method OBJECT
Returns true if OBJECT is an object (or sub-class) of Google::Checkout::General::Shipping. Returns false otherwise. This function is used internally.
is_tax_table OBJECT
Returns true if OBJECT is an object (or sub-class) of Google::Checkout::General::TaxTable. Returns false otherwise. This function is used internally.
compute_hmac_sha1 DATA, B64
Compute HMAC SHA1 for DATA. If B64 is true, also encode it in Base64 before returning.
compute_base64 DATA
Compute Base64 for DATA.
date_time_string DATE_TIME_STRING
Given a valid date/time string, return it in ISO 8601 UTC format. If string is not a valid date/time string, Google::Checkout::General::Error is returned.
make_xml_safe XML_DATA
Make XML_DATE safe to be used in a XML document. '&' is turned into '&x26;', '>' is turned into '&x3e;' and '
0 comments
Add to
Google Checkout General Util Version History
Related Software
|
|
From category: Libraries |
| CallGraph::Lang::Fortran 0.55 is libraries software developed by Ivan Tubert. CallGraph::Lang::Fortran is a Perl module with a Fortran 77 parser for creating call graphs. SYNOPSIS... |
|
|
From category: Libraries |
| EB::Shell::DeLuxe 1.01.02 is libraries software developed by Johan Vromans. EB::Shell::DeLuxe is a generic class to build line-oriented command interpreters. SYNOPSIS package My::Sh... |
|
|
From category: Libraries |
| Esra 0.8.0 is libraries software developed by Esra Team. Esra is a pure Java library for the interactive analysis of molecular mechanics data. Esra is a lean and mean library of portable, fl... |
|
|
From category: Code-Generators |
| Codavaj 1.2.0 is code generators software developed by Peter Klauser. codavaj is javadoc in reverse. A seemingly useless tool. Arguably of interest only to the most hardcore java hackers. A \"must... |
|
|
From category: Libraries |
| COID 0.8.5 is libraries software developed by Brano Kemen. COID is a C++ object-serving networking library, with tool that automatically generates a lightweight communication layer directly from th... |
|
|
From category: Libraries |
| cache4j 0.4 is libraries software developed by Yuriy Stepovoy. cache4j library is a cache for Java objects with a simple API and fast implementation. It features in-memory caching, a design for a m... |
|
|
From category: Assembler-Tools |
| Bakery 2.3.18 is assembler tools software developed by The GNOME Project. Bakery project is a C++ Framework for creating document-based GNOME applications using gnomemm and/or gtkmm. Here ar... |
|
|
From category: Perl-Modules |
| VBTK::Http is a web server monitoring tool.... |
|
|
From category: Libraries |
| Convert::Binary::C 0.64 is libraries software developed by Marcus Holland-Moritz. Convert::Binary::C is a Binary Data Conversion using C Types. SYNOPSIS Simple use Convert::Binar... |
|
|
From category: Libraries |
| Crypt::SSLeay 0.51 is libraries software developed by Joshua Chamas. Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://ww... |
|
|
From category: Libraries |
| Be::Attribute is a Perl module to get and set MIME file attributes.... |
|
|
From category: Disassemblers |
| DSP5600x disassembly library 1.1 is disassemblers software developed by Miloslaw Smyk. lib5600x is a library implementing Motorola DSP5600x disassembler. It\'s an ANSI C link library that should be... |
|
|
From category: Libraries |
| AA Helper Library 0.1 is libraries software developed by Chunky Kibbles. AA Helper Library is a basic library of helper functions for AAlib. Inspiration that started this is AAJM, when I imp... |
|
|
From category: Libraries |
| XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema.... |
|
|
From category: Libraries |
| Class::DataStore 0.07 is libraries software developed by Eric Folley. Class::DataStore is a Perl module for generic OO data storage/retrieval. SYNOPSIS my %values = ( one => 1, two... |
Leave a comment