Uses of Class
model.Fee
-
Packages that use Fee Package Description model -
-
Uses of Fee in model
Methods in model that return Fee Modifier and Type Method Description FeeFee. amount(Long amount)FeeFee. createdAt(OffsetDateTime createdAt)FeeFee. currency(Currency currency)FeeFee. displayName(String displayName)FeeFee. feeSubtype(Fee.FeeSubtypeEnum feeSubtype)FeeFee. feeType(Fee.FeeTypeEnum feeType)static FeeFee. fromJson(String jsonString)Create an instance of Fee given an JSON stringFeeFee. id(String id)FeeFee. label(String label)FeeFee. linkedId(String linkedId)FeeFee. linkedType(Fee.LinkedTypeEnum linkedType)FeeFee. links(FeeLinks links)FeeFee. merchant(String merchant)FeeFee. putTagsItem(String key, String tagsItem)FeeFee. tags(Map<String,String> tags)FeeFee. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type Fee Modifier and Type Method Description Set<Fee>FeesListEmbedded. getFees()`fee` objects.Methods in model with parameters of type Fee Modifier and Type Method Description FeesListEmbeddedFeesListEmbedded. addFeesItem(Fee feesItem)Method parameters in model with type arguments of type Fee Modifier and Type Method Description FeesListEmbeddedFeesListEmbedded. fees(Set<Fee> fees)voidFeesListEmbedded. setFees(Set<Fee> fees)
-