X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment.git;a=blobdiff_plain;f=BatchPayment%2FBatch.pm;h=e5dd22f9d0a6ee8373f56a2f66bd1f482b6d5993;hp=b05eb80b3d5dc65499c27b149336498860e5433e;hb=9160ffe22e8afe191e0192fbff8f6a7b2b236f46;hpb=ca648e1ba593d759c74c062bf4056f7932982079 diff --git a/BatchPayment/Batch.pm b/BatchPayment/Batch.pm index b05eb80..e5dd22f 100644 --- a/BatchPayment/Batch.pm +++ b/BatchPayment/Batch.pm @@ -37,6 +37,12 @@ If your processor uses C and C, this will be set to 0 by C and incremented every time C is called. Convenient for formats that require record numbers. +=item processor_id + +Processor-specific value to be set by the processor during submit and +passed to receive, useful for processors that require their own identifiers +for download. + =back =head1 METHODS @@ -69,6 +75,12 @@ has batch_id => ( default => '', ); +has processor_id => ( + is => 'rw', + isa => 'Str', + default => '', +); + has items => ( traits => ['Array'], is => 'rw',