Uses of Class
io.sendon.model.MessagePricing
-
Packages that use MessagePricing Package Description io.sendon.model -
-
Uses of MessagePricing in io.sendon.model
Methods in io.sendon.model that return MessagePricing Modifier and Type Method Description static MessagePricingMessagePricing. fromJson(String jsonString)Create an instance of MessagePricing given an JSON stringMessagePricingMessagePricing. messageType(MessagePricing.MessageTypeEnum messageType)MessagePricingMessagePricing. pricing(BigDecimal pricing)Methods in io.sendon.model that return types with arguments of type MessagePricing Modifier and Type Method Description List<MessagePricing>CostGetResponse. getPricings()메시지 단가 리스트Methods in io.sendon.model with parameters of type MessagePricing Modifier and Type Method Description CostGetResponseCostGetResponse. addPricingsItem(MessagePricing pricingsItem)Method parameters in io.sendon.model with type arguments of type MessagePricing Modifier and Type Method Description CostGetResponseCostGetResponse. pricings(List<MessagePricing> pricings)voidCostGetResponse. setPricings(List<MessagePricing> pricings)
-