| Package | Description |
|---|---|
| com.popbill.api | |
| com.popbill.api.message |
| Modifier and Type | Method and Description |
|---|---|
ChargeInfo |
MessageService.getChargeInfo(String CorpNum,
MessageType MsgType)
과금정보 확인
|
float |
MessageService.getUnitCost(String CorpNum,
MessageType MsgType)
회원의 문자메시지 전송단가 확인
|
| Modifier and Type | Method and Description |
|---|---|
MessageType |
SentMessage.getMessageType()
메시지 유형 확인
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChargeInfo |
MessageServiceImp.getChargeInfo(String CorpNum,
MessageType MsgType) |
float |
MessageServiceImp.getUnitCost(String CorpNum,
MessageType MsgType) |
Copyright © 2023. All rights reserved.