|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.wireless.billing.BillingResult
Contains the response from the billing system to a billing authorization request
| Field Summary | |
static long |
FAILEDThe result code set to failed. |
static long |
SUCCEEDEDThe result code set to success |
static long |
SUCCEEDED_WITH_WARNINGThe result code set to success with warning. |
| Constructor Summary | |
BillingResult(java.lang.String referenceId, long resultCode, java.lang.String message, ServiceDetailRecord sdr)Pre Service Billing Result is generated by the billing driver with the response from the external billing system. |
|
| Method Summary | |
java.lang.String |
getMessage()returns the authorization result warning or error message |
java.lang.String |
getReferenceId()Returns the billing reference id generated by external billing system. |
long |
getResultCode()returns the authorization result code |
ServiceDetailRecord |
getServiceDetailRecord()returns the service detail record for this transaction |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static long FAILED
public static long SUCCEEDED
public static long SUCCEEDED_WITH_WARNING
| Constructor Detail |
public BillingResult(java.lang.String referenceId,
long resultCode,
java.lang.String message,
ServiceDetailRecord sdr)
throws BillingException
referenceId - The billing authorization idresultCode - The authorization result codemessage - The result messagesdr - The service detail record| Method Detail |
public java.lang.String getMessage()
public java.lang.String getReferenceId()
public long getResultCode()
public ServiceDetailRecord getServiceDetailRecord()
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||