CashtrayAPI extension
- on
Methods
-
createCashtray(
{required double amount, String? description, int? expiresIn, List< Product> ? products}) → Future<Cashtray> -
Available on PokepayAPI, provided by the CashtrayAPI extension
-
deleteCashtray(
{required String id}) → Future< NoContent> -
Available on PokepayAPI, provided by the CashtrayAPI extension
-
getCashtray(
{required String id}) → Future< Cashtray> -
Available on PokepayAPI, provided by the CashtrayAPI extension
-
getCashtrayAttempts(
{required String id}) → Future< CashtrayAttempts> -
Available on PokepayAPI, provided by the CashtrayAPI extension
-
updateCashtray(
{required String id, double? amount, String? description, int? expiresIn}) → Future< Cashtray> -
Available on PokepayAPI, provided by the CashtrayAPI extension