Transaction System API

BillingEvent

Information on an individual billing event.

Method Summary
Date getCreateDate()

Returns the date this event was created.

Data getData()

Returns all properties as a Data object.

String getDescription()

Returns description.

String getId()

Returns the event id.

String getType()

Returns the type.

boolean isCredit()

Returns true if credit.

boolean isDebit()

Returns true if debit.

String toString()

Returns a description of this object.

Method Detail


Date getCreateDate()

Returns the date this event was created.

Returns:  Date

Since: 05-30-2013

top

Data getData()

Returns all properties as a Data object.

Returns:  Data

Since: 05-30-2013

top

String getDescription()

Returns description.

Returns:  String

Since: 05-30-2013

top

String getId()

Returns the event id.

Returns:  String

Since: 05-30-2013

top

String getType()

Returns the type.

Returns:  String

Since: 05-30-2013

top

boolean isCredit()

Returns true if credit.

Returns:  boolean

Since: 05-30-2013

top

boolean isDebit()

Returns true if debit.

Returns:  boolean

Since: 05-30-2013

top

String toString()

Returns a description of this object.

Returns:  String

Since: 05-30-2013

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM