livery_stripe_price (livery_stripe v0.1.0)
View SourceStripe Prices API.
Summary
Functions
-spec create(livery_client:client(), map() | list()) -> {ok, map()} | {error, term()}.
-spec list(livery_client:client()) -> {ok, map()} | {error, term()}.
-spec list(livery_client:client(), map() | list()) -> {ok, map()} | {error, term()}.
-spec retrieve(livery_client:client(), binary()) -> {ok, map()} | {error, term()}.