Difference between revisions of "Freeside:3:Documentation:Developer/FS/payby"

From Freeside
Jump to: navigation, search
m (Edit via perl MediaWiki framework (1.13))
(No difference)

Revision as of 21:05, 27 June 2012

NAME

FS::payby - Object methods for payment type records

SYNOPSIS

 use FS::payby;

 #for now...

 my @payby = FS::payby->payby;

 my $bool = FS::payby->can_payby('cust_main', 'CARD');

 tie my %payby, 'Tie::IxHash', FS::payby->payby2longname

 my @cust_payby = FS::payby->cust_payby;

 tie my %payby, 'Tie::IxHash', FS::payby->cust_payby2longname

DESCRIPTION

Payment types.

METHODS

BUGS

This should eventually be an actual database table, and all tables that currently have a char payby field should have a foreign key into here instead.

SEE ALSO