Uses of Class
model.Settlement
-
Packages that use Settlement Package Description api model -
-
Uses of Settlement in api
Methods in api that return Settlement Modifier and Type Method Description SettlementSettlementsApi. create(String identityId, CreateSettlementRequest createSettlementRequest)Close Current Active Settlement Close the currently accruing `settlement`.SettlementSettlementsApi. get(String settlementId)Fetch a Settlement Retreive the details of a `Settlement`.Methods in api that return types with arguments of type Settlement Modifier and Type Method Description ApiResponse<Settlement>SettlementsApi. createIdentitySettlementWithHttpInfo(String identityId, CreateSettlementRequest createSettlementRequest)Close Current Active Settlement Close the currently accruing `settlement`.ApiResponse<Settlement>SettlementsApi. getSettlementWithHttpInfo(String settlementId)Fetch a Settlement Retreive the details of a `Settlement`.Method parameters in api with type arguments of type Settlement Modifier and Type Method Description okhttp3.CallSettlementsApi. createIdentitySettlementAsync(String identityId, CreateSettlementRequest createSettlementRequest, ApiCallback<Settlement> _callback)Close Current Active Settlement (asynchronously) Close the currently accruing `settlement`.okhttp3.CallSettlementsApi. getSettlementAsync(String settlementId, ApiCallback<Settlement> _callback)Fetch a Settlement (asynchronously) Retreive the details of a `Settlement`. -
Uses of Settlement in model
Methods in model that return Settlement Modifier and Type Method Description SettlementSettlement. application(String application)SettlementSettlement. createdAt(OffsetDateTime createdAt)SettlementSettlement. currency(Currency currency)SettlementSettlement. destination(String destination)static SettlementSettlement. fromJson(String jsonString)Create an instance of Settlement given an JSON stringSettlementSettlement. fundsFlow(String fundsFlow)SettlementSettlement. id(String id)SettlementSettlement. identity(String identity)SettlementSettlement. links(SettlementLinks links)SettlementSettlement. merchantId(String merchantId)SettlementSettlement. netAmount(Long netAmount)SettlementSettlement. paymentType(String paymentType)SettlementSettlement. processor(String processor)SettlementSettlement. putTagsItem(String key, String tagsItem)SettlementSettlement. status(Settlement.StatusEnum status)SettlementSettlement. tags(Map<String,String> tags)SettlementSettlement. totalAmount(Long totalAmount)SettlementSettlement. totalFee(Long totalFee)SettlementSettlement. totalFees(Long totalFees)SettlementSettlement. type(Settlement.TypeEnum type)SettlementSettlement. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type Settlement Modifier and Type Method Description Set<Settlement>SettlementsListEmbedded. getSettlements()`Settlements` resource.Methods in model with parameters of type Settlement Modifier and Type Method Description SettlementsListEmbeddedSettlementsListEmbedded. addSettlementsItem(Settlement settlementsItem)Method parameters in model with type arguments of type Settlement Modifier and Type Method Description voidSettlementsListEmbedded. setSettlements(Set<Settlement> settlements)SettlementsListEmbeddedSettlementsListEmbedded. settlements(Set<Settlement> settlements)
-