class UbiPark::API
- UbiPark::API
- PlaceOS::Driver
- Reference
- Object
Defined in:
ubipark/api.crClass Method Summary
Instance Method Summary
- #list_products(car_park_id : Int32 | Nil, tenant_id : Int32 | Nil)
- #list_reasons(tenant_id : Int32 | Nil)
- #list_userpermits(max_records : Int32, offset : Int32, from_last_modified_time : String, car_park_id : Int32, user_id : Int32)
- #list_users(max_records : Int32, offset : Int32, from_last_modified_time : String)
- #make_payment(payment_id : String, promise_pay_card_name : String, user_id : String, tenant_id : Int32, product_id : String, from_date : String, to_date : String, amount : Float64)
- #on_load
- #on_update
Class Method Detail
Instance Method Detail
def list_userpermits(max_records : Int32, offset : Int32, from_last_modified_time : String, car_park_id : Int32, user_id : Int32)
#
def list_users(max_records : Int32, offset : Int32, from_last_modified_time : String)
#
def make_payment(payment_id : String, promise_pay_card_name : String, user_id : String, tenant_id : Int32, product_id : String, from_date : String, to_date : String, amount : Float64)
#