|
Accesses billing information related to this Pal.
Method DetailBillingEvent credit(String type, String description, double amount) Creates a credit. Amount must be greater than 0.00.
Parameters:
Returns: BillingEvent Since: 05-30-2013 BillingEvent debit(String type, String description, double amount) Creates a debit. Amount must be greater than 0.00.
Parameters:
Returns: BillingEvent Since: 05-30-2013 BillingEvent getEvent(String id) Returns the event with id.
Parameters:
Returns: BillingEvent Since: 05-30-2013 BillingEvent getEventByType(String type) Returns the most recent event by type.
Parameters:
Returns: BillingEvent Since: 12-05-2019 SystemDataView getEvents() Provides access to the billing event history Returns: SystemDataView DataList Name: PalBillingEvents
Since: 05-30-2013 String toString() Returns a description of this object. Returns: String Since: 05-30-2013 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |