메소드 | 설명 | |
---|---|---|
Bind ( string appDynamicsBankIP, string port ) : void | ||
Start ( int timerange1, int timerange2 ) : void | ||
Start ( string appDynamicsBankIP, string port, int timerange1, int timerange2 ) : void | ||
ValidateAndChargeCard ( string creditcard, double amount ) : void | ||
ValidateAndChargeCard ( string creditcard, string expiry, string cvv, double amount ) : void |
메소드 | 설명 | |
---|---|---|
GetRandomAmount ( ) : double |
public Bind ( string appDynamicsBankIP, string port ) : void | ||
appDynamicsBankIP | string | |
port | string | |
리턴 | void |
public Start ( int timerange1, int timerange2 ) : void | ||
timerange1 | int | |
timerange2 | int | |
리턴 | void |
public Start ( string appDynamicsBankIP, string port, int timerange1, int timerange2 ) : void | ||
appDynamicsBankIP | string | |
port | string | |
timerange1 | int | |
timerange2 | int | |
리턴 | void |
public ValidateAndChargeCard ( string creditcard, double amount ) : void | ||
creditcard | string | |
amount | double | |
리턴 | void |
public ValidateAndChargeCard ( string creditcard, string expiry, string cvv, double amount ) : void | ||
creditcard | string | |
expiry | string | |
cvv | string | |
amount | double | |
리턴 | void |