The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
— — — — — — — — — — — |
$WebService::Braintree::ErrorCodes::MerchantAccount::Individual::VERSION = '1.5' ;
use 5.010_001;
use constant FirstNameIsRequired => '82637' ; use constant LastNameIsRequired => '82638' ; use constant DateOfBirthIsRequired => '82639' ; use constant FirstNameIsInvalid => '82644' ; use constant LastNameIsInvalid => '82645' ; use constant DateOfBirthIsInvalid => '82666' ; use constant EmailIsRequired => '82667' ; 1;
|