
Business::BankCard::Indonesia - Utilities for dealing with bank card number issued in Indonesia

version 0.03


NOTE: This module is still in early development and incomplete.
This module provides routines to deal with bank card number issued in Indonesia.


This module has Rinci metadata.

None are exported by default, but they are exportable.
Prefix of card numbers issued in Indonesia.
REPLACE ME
Arguments ('*' denotes required arguments):
Return array of full records instead of just ID fields.
By default, only the key (ID) field is returned per result entry.
Select fields to return.
Only return records where the 'ind_description' field equals specified value.
Only return records where the 'ind_description' field contains specified text.
Only return records where the 'ind_description' field equals specified value.
Only return records where the 'ind_description' field is less than or equal to specified value.
Only return records where the 'ind_description' field is greater than or equal to specified value.
Only return records where the 'ind_description' field does not contain a certain text.
Only return records where the 'ind_description' field is less than specified value.
Only return records where the 'ind_description' field is greater than specified value.
Only return records where the 'issuer_id' field equals specified value.
Only return records where the 'issuer_id' field equals specified value.
Only return records where the 'issuer_id' field is less than or equal to specified value.
Only return records where the 'issuer_id' field is greater than or equal to specified value.
Only return records where the 'issuer_id' field is less than specified value.
Only return records where the 'issuer_id' field is greater than specified value.
Only return records where the 'prefix' field equals specified value.
Only return records where the 'prefix' field contains specified text.
Only return records where the 'prefix' field equals specified value.
Only return records where the 'prefix' field is less than or equal to specified value.
Only return records where the 'prefix' field is greater than or equal to specified value.
Only return records where the 'prefix' field does not contain a certain text.
Only return records where the 'prefix' field is less than specified value.
Only return records where the 'prefix' field is greater than specified value.
Search.
Return records in random order.
Only return a certain number of records.
Only return starting from the n'th record.
Order records according to certain field(s).
A list of field names separated by comma. Each field can be prefixed with '-' to specify descending order instead of the default ascending.
Return field names in each record (as hash/associative array).
When enabled, function will return each record as hash/associative array (field name => value pairs). Otherwise, function will return each record as list/array (field value, field value, ...).
Return value:
Returns an enveloped result (an array). First element (status) is an integer containing HTTP status code (200 means OK, 4xx caller error, 5xx function error). Second element (msg) is a string containing error message, or 'OK' if status is 200. Third element (result) is optional, the actual result. Fourth element (meta) is called result metadata and is optional, a hash that contains extra information.

Steven Haryanto <stevenharyanto@gmail.com>

This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.