FBBillingContact

The FreeMED implementation of FreeB::FBBillingContact.

Summary
The FreeMED implementation of FreeB::FBBillingContact.
bcfname from the bcontact table
bcmname from the bcontact table
bclname from the bcontact table
bcaddr from the bcontact table
bccity from the bcontact table
bcstate from the bcontact table
bczip from the bcontact table
A static 1
The first three digits of the bcphone record from the the bcontact table
seven digits from the bcphone field of the bcontact table.
The last 4 digits of the bcphone record in the bcontact table.

Functions

FirstName

function FirstName ($key)

Returns

bcfname from the bcontact table

MiddleName

function MiddleName ($key)

Returns

bcmname from the bcontact table

LastName

function LastName ($key)

Returns

bclname from the bcontact table

StreetAddress

function StreetAddress ($key)

Returns

bcaddr from the bcontact table

City

function City ($key)

Returns

bccity from the bcontact table

State

function State ($key)

Returns

bcstate from the bcontact table

Zipcode

function Zipcode ($key)

Returns

bczip from the bcontact table

PhoneCountry

function PhoneCountry ($key)

Returns

A static 1

PhoneArea

function PhoneArea ($key)

Returns

The first three digits of the bcphone record from the the bcontact table

PhoneNumber

function PhoneNumber ($key)

Returns

seven digits from the bcphone field of the bcontact table.  Starting with the fourth digit.

PhoneExtension

function PhoneExtension ($key)

Returns

The last 4 digits of the bcphone record in the bcontact table.

function FirstName ($key)
bcfname from the bcontact table
function MiddleName ($key)
bcmname from the bcontact table
function LastName ($key)
bclname from the bcontact table
function StreetAddress ($key)
bcaddr from the bcontact table
function City ($key)
bccity from the bcontact table
function State ($key)
bcstate from the bcontact table
function Zipcode ($key)
bczip from the bcontact table
function PhoneCountry ($key)
A static 1
function PhoneArea ($key)
The first three digits of the bcphone record from the the bcontact table
function PhoneNumber ($key)
seven digits from the bcphone field of the bcontact table.
function PhoneExtension ($key)
The last 4 digits of the bcphone record in the bcontact table.