NAME
Faker::Plugin::PaymentCardDiscover - Payment Card Discover
ABSTRACT
Payment Card Discover for Faker
VERSION
1.16
SYNOPSIS
package main;
use Faker::Plugin::PaymentCardDiscover;
my $plugin = Faker::Plugin::PaymentCardDiscover->new;
# bless(..., "Faker::Plugin::PaymentCardDiscover")
DESCRIPTION
This package provides methods for generating fake data for payment card discover.
INHERITS
This package inherits behaviors from:
METHODS
This package provides the following methods:
execute
execute(HashRef $data) (Str)
The execute method returns a returns a random fake payment card discover.
Since 1.10
- execute example 1
-
package main; use Faker::Plugin::PaymentCardDiscover; my $plugin = Faker::Plugin::PaymentCardDiscover->new; # bless(..., "Faker::Plugin::PaymentCardDiscover") # my $result = $plugin->execute; # 601131408446845; # my $result = $plugin->execute; # 601107694544390; # my $result = $plugin->execute; # 601198220370225;
new
new(HashRef $data) (Plugin)
The new method returns a new instance of the class.
Since 1.10