com.acquitygroup.demandware:demandware-testing-framework:0.09

com.acquitygroup.webtest.model
[Java] Class CreditCard

java.lang.Object
  com.acquitygroup.webtest.model.CreditCard
All Implemented Interfaces:
GroovyObject

public class CreditCard
extends Object

Constructor Summary
CreditCard(String name, String type, String number, String expiryMonth, Integer expiryYear, Integer cvv)

 
Method Summary
Integer getCVV()

String getExpiryMonth()

Integer getExpiryYear()

MetaClass getMetaClass()

String getName()

String getNumber()

Object getProperty(String property)

String getType()

Object invokeMethod(String method, Object arguments)

void setMetaClass(MetaClass mc)

void setProperty(String property, Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

CreditCard

public CreditCard(String name, String type, String number, String expiryMonth, Integer expiryYear, Integer cvv)


 
Method Detail

getCVV

public Integer getCVV()


getExpiryMonth

public String getExpiryMonth()


getExpiryYear

public Integer getExpiryYear()


getMetaClass

public MetaClass getMetaClass()


getName

public String getName()


getNumber

public String getNumber()


getProperty

public Object getProperty(String property)


getType

public String getType()


invokeMethod

public Object invokeMethod(String method, Object arguments)


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


 

com.acquitygroup.demandware:demandware-testing-framework:0.09