com.shephertz.app42.paas.sdk.jme.shopping
Class PaymentStatus

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.shopping.PaymentStatus

public class PaymentStatus
extends java.lang.Object

This class contains 3 types of the Payment Status either DECLINED or AUTHORIZED or PENDING.


Field Summary
static java.lang.String AUTHORIZED
           
static java.lang.String DECLINED
           
static java.lang.String PENDING
           
 
Constructor Summary
PaymentStatus()
           
 
Method Summary
static void throwExceptionIfNotValid(java.lang.String val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHORIZED

public static java.lang.String AUTHORIZED

DECLINED

public static java.lang.String DECLINED

PENDING

public static java.lang.String PENDING
Constructor Detail

PaymentStatus

public PaymentStatus()
Method Detail

throwExceptionIfNotValid

public static void throwExceptionIfNotValid(java.lang.String val)