Data types reference > Web Services data types > Patron service > FeeInfo

FeeInfo

The FeeInfo type displays information about a particular patron’s fees and bills.

This type may also be extended by the GroupMemberFeeInfo type.

Ancestors

None

Relevant operations

lookupMyAccountInfo
lookupPatronInfo

Contents

This type has the following elements. (For more information, see “Bills Tab” in the Java WorkFlows help.)

Element

Type

Occ.

Description

billNumber

xs:int

1

Displays a unique number that identifies the bill.

billReasonID

xs:string

1

Displays the ID for the Bill Reason policy.

(For more info see “Bill Reason Wizard” in the Java WorkFlows help.)

billReasonDescription

xs:string

0..1

Displays a text description of the Bill Reason policy.

(For more information, see “Bill Reason Wizard” in the Java WorkFlows help.)

amount

Money

1

Displays the total monetary amount billed for an item or group of items.

taxAmount

Money

0..1

Displays the monetary amount of tax added to a bill.

amountOutstanding

Money

1

Displays the portion of amount + taxAmount that is not yet paid.

billLibraryID

xs:string

0..1

Displays the Library ID for the library that created the bill.

Note: If config.single is configured, the default station library ID is returned.

billLibraryDescription

xs:string

0..1

Displays a text description of the bill library.

dateBilled

xs:date

1

Displays the date an item was billed to the patron.

dateCreated

xs:date

0..1

Displays the date the bill was recorded on the database.

numberOfPaymentsMade

xs:int

1

Displays the number of payments a patron has made on a bill (can be up to 50).

lastPaymentDate

xs:date

0..1

Displays the date the last payment was made on the bill.

Note: lastPayment date is only returned if numberOfPaymentsMade is greater than 0 (zero).

feePaymentInfo

FeePaymentInfo

0..50

Displays fee payment information.

Note: feePaymentInfo is only returned if includeFeeInfo includes “AND_PAYMENTS”.

feeItemInfo

FeeItemInfo

0..1

Displays fee information if the fee is associated with an item.

feeItemInfo is only returned if the fee is associated with an item (for example, an overdue fine).

 


© 2009-2012 SirsiDynix