Uses of Class
model.CreateFeeRequest
-
Packages that use CreateFeeRequest Package Description model -
-
Uses of CreateFeeRequest in model
Methods in model that return CreateFeeRequest Modifier and Type Method Description CreateFeeRequestCreateFeeRequest. amount(Long amount)CreateFeeRequestCreateFeeRequest. currency(Currency currency)CreateFeeRequestCreateFeeRequest. feeSubtype(CreateFeeRequest.FeeSubtypeEnum feeSubtype)CreateFeeRequestCreateFeeRequest. feeType(CreateFeeRequest.FeeTypeEnum feeType)static CreateFeeRequestCreateFeeRequest. fromJson(String jsonString)Create an instance of CreateFeeRequest given an JSON stringCreateFeeRequestCreateFeeRequest. label(String label)CreateFeeRequestCreateFeeRequest. linkedId(String linkedId)CreateFeeRequestCreateFeeRequest. linkedType(CreateFeeRequest.LinkedTypeEnum linkedType)CreateFeeRequestCreateFeeRequest. merchantId(String merchantId)CreateFeeRequestCreateFeeRequest. putTagsItem(String key, String tagsItem)CreateFeeRequestCreateFeeRequest. settlementDelayDays(Long settlementDelayDays)CreateFeeRequestCreateFeeRequest. tags(Map<String,String> tags)
-