MarketPlace class
- Inheritance
-
- Object
- IDisposable
- MarketPlace
Constructors
- MarketPlace(IuguClient client, [Dio? dio])
Properties
- apiResource ↔ APIResource
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createUnderAccount(
{required AccountRequestMessage underAccount}) → Future< AccountResponseMessage> - Permite a criação das sub-contas gerenciadas pela conta que gerencia o marketplace.
-
dispose(
) → void -
Disposes controllers, streams, etc.
override
-
getAllSubAccounts(
{String customApiToken = ''}) → Future< MarketplaceAccountsResponse> - Listas todas as subcontas dentro de um marketplace
-
getAllSubAccountsWithLimit(
{String filter = "?limit=1000", String customApiToken = ''}) → Future< PaggedResponseMessage< MarketPlaceAccountItem> > - Listas todas as subcontas dentro de um marketplace com paginação e filtro
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited