Sha256: 899d8f2419c04a5a7105dff7283a6e0f83e4a0c45edeb553ee1d2e94eae34d3b
Contents?: true
Size: 588 Bytes
Versions: 43
Compression:
Stored size: 588 Bytes
Contents
# PlanRate ## Example PlanRate Object ``` { "plan_name": 1, "rates": "" } ``` * `plan_name` (int64): Plan Name * `rates` (object): Rates for each currency --- ## Internal hidden endpoint. Subject to change. Not for public consumption ``` Files::PlanRate.list( page: 1, per_page: 1 ) ``` ### Parameters * `page` (int64): Current page number. * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended). * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
Version data entries
43 entries across 43 versions & 1 rubygems