Freeside:3:Documentation:Developer/FS/payinfo transaction Mixin

From Freeside
< Freeside:3:Documentation:Developer‎ | FS
Revision as of 21:05, 27 June 2012 by Ivan (talk | contribs) (Edit via perl MediaWiki framework (1.13))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NAME

FS::payinfo_transaction_Mixin - Mixin class for records in tables that represent transactions.

SYNOPSIS

package FS::some_table; use vars qw(@ISA); @ISA = qw( FS::payinfo_transaction_Mixin FS::Record );

DESCRIPTION

This is a mixin class for records that represent transactions: that contain payinfo and paybatch. Currently FS::cust_pay and FS::cust_refund

METHODS

cust_main
Returns the parent customer object (see FS::cust_main).
payby_name
Returns a name for the payby field.
gatewaynum
Returns a gatewaynum for the processing gateway.
processor
Returns a name for the processing gateway.
authorization
Returns a name for the processing gateway.
order_number
Returns a name for the processing gateway.

SEE ALSO

FS::payinfo_Mixin