RateCollection

RateCollection class

Represents a collection which contains

The RateCollection type exposes the following members:

Properties

NameDescription
countGets the number of elements contained in the RateCollection.
is_read_onlyGets a value indicating whether this collection is read only.
parent_resourceGets the parent

Methods

NameDescription
add(rates_from)Adds a new
add(rates_from, type)Adds a new
to_list()Converts the
to_list(type)Converts the
remove(item)Removes Rate instance from this collection.

See Also