Uses of Class
model.Settlement
Packages that use Settlement
-
Uses of Settlement in api
Methods in api that return SettlementModifier and TypeMethodDescriptionSettlementsApi.create(CreateSettlementRequest createSettlementRequest) Create a Batch Settlement Create a batch `Settlement`.Get a Settlement Retreive the details of a `Settlement`.SettlementsApi.update(String settlementId, UpdateSettlementRequest updateSettlementRequest) Update a Settlement Update a `Settlement`.Methods in api that return types with arguments of type SettlementModifier and TypeMethodDescriptionSettlementsApi.createSettlementWithHttpInfo(CreateSettlementRequest createSettlementRequest) Create a Batch Settlement Create a batch `Settlement`.SettlementsApi.getSettlementWithHttpInfo(String settlementId) Get a Settlement Retreive the details of a `Settlement`.SettlementsApi.putSettlementWithHttpInfo(String settlementId, UpdateSettlementRequest updateSettlementRequest) Update a Settlement Update a `Settlement`.Method parameters in api with type arguments of type SettlementModifier and TypeMethodDescriptionokhttp3.CallSettlementsApi.createSettlementAsync(CreateSettlementRequest createSettlementRequest, ApiCallback<Settlement> _callback) Create a Batch Settlement (asynchronously) Create a batch `Settlement`.okhttp3.CallSettlementsApi.getSettlementAsync(String settlementId, ApiCallback<Settlement> _callback) Get a Settlement (asynchronously) Retreive the details of a `Settlement`.okhttp3.CallSettlementsApi.putSettlementAsync(String settlementId, UpdateSettlementRequest updateSettlementRequest, ApiCallback<Settlement> _callback) Update a Settlement (asynchronously) Update a `Settlement`. -
Uses of Settlement in model
Methods in model that return SettlementModifier and TypeMethodDescriptionSettlement.application(String application) Settlement.createdAt(OffsetDateTime createdAt) Settlement.destination(String destination) static SettlementCreate an instance of Settlement given an JSON stringSettlement.links(SettlementLinks links) Settlement.merchantId(String merchantId) Settlement.paymentType(String paymentType) Settlement.putTagsItem(String key, String tagsItem) Settlement.status(Settlement.StatusEnum status) Settlement.totalAmount(Long totalAmount) Settlement.type(Settlement.TypeEnum type) Settlement.updatedAt(OffsetDateTime updatedAt) Methods in model that return types with arguments of type SettlementModifier and TypeMethodDescriptionSettlementsListEmbedded.getSettlements()`Settlements` resource.Methods in model with parameters of type SettlementModifier and TypeMethodDescriptionSettlementsListEmbedded.addSettlementsItem(Settlement settlementsItem) Method parameters in model with type arguments of type SettlementModifier and TypeMethodDescriptionvoidSettlementsListEmbedded.setSettlements(Set<Settlement> settlements) SettlementsListEmbedded.settlements(Set<Settlement> settlements)