Uses of Class
br.com.juno.integration.api.model.Charge
-
Packages that use Charge Package Description br.com.juno.integration.api.services -
-
Uses of Charge in br.com.juno.integration.api.services
Methods in br.com.juno.integration.api.services that return types with arguments of type Charge Modifier and Type Method Description List<Charge>ChargeService. create(ChargeCreateRequest request)Responses<Charge>ChargeService. list(ChargeListRequest request)Responses<Charge>ChargeService. listNextPage(Responses<Charge> currentPage)Method parameters in br.com.juno.integration.api.services with type arguments of type Charge Modifier and Type Method Description Responses<Charge>ChargeService. listNextPage(Responses<Charge> currentPage)
-