Finance::Bank::Natwest::CredentialsProvider::Constant - Static credentials provider


Finance-Bank-Natwest documentation  | view source Contained in the Finance-Bank-Natwest distribution.

Index


NAME

Top

Finance::Bank::Natwest::CredentialsProvider::Constant - Static credentials provider

DESCRIPTION

Top

CredentialsProvider module for static credentials.

SYNOPSIS

Top

  my $credentials = Finance::Bank::Natwest::CredentialsProvider::Constant->new(
     dob => '010179', uid => '0001', password => 'Password', pin => '4321'
  );

METHODS

Top

new
  my $credentials = Finance::Bank::Natwest::CredentialsProvider::Constant->new(
     dob => '010179', uid => '0001', password => 'Password', pin => '4321'
  );

  # Or we can combine the dob and uid together
  my $credentials = Finance::Bank::Natwest::CredentialsProvider::Constant->new(
     customer_no => '0101790001', password => 'Password', pin => '4321'
  );




All the parameters are mandatory in both forms of the constructor.

AUTHOR

Top

Jody Belka knew@cpan.org

COPYRIGHT AND LICENSE

Top


Finance-Bank-Natwest documentation  | view source Contained in the Finance-Bank-Natwest distribution.