PaymentService class Null safety
Payment data source implementation of IBookingService using httpClient
- Inheritance
- Object
- RestService
- PaymentService
- Implemented types
Constructors
Properties
Methods
-
getDiscountByPromoCode(
{String? promoCode, String? parkingId}) → Future< double> -
Get discount from promo code
override
-
getParkingDiscountById(
{String? parkingId}) → Future< double> -
Get discount (if available)
override
-
getParkingFeeById(
{String? parkingId}) → Future< double> -
Get parking fee
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited