Method | Description | |
---|---|---|
AuthenticateAccount ( AuthenticateAccount $authenticateAccount ) : AuthenticateAccountResponse | boolean | Method to call the operation originally named AuthenticateAccount | |
AuthenticateAdmin ( AuthenticateAdmin $authenticateAdmin ) : AuthenticateAdminResponse | boolean | Method to call the operation originally named AuthenticateAdmin | |
AuthenticateCustomer ( AuthenticateCustomer $authenticateCustomer ) : AuthenticateCustomerResponse | boolean | Method to call the operation originally named AuthenticateCustomer | |
AuthenticateReseller ( AuthenticateReseller $authenticateReseller ) : AuthenticateResellerResponse | boolean | Method to call the operation originally named AuthenticateReseller | |
__toString ( ) : string | Method returning the class name | |
getResult ( ) : AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse | Returns the result |
public AuthenticateAccount ( AuthenticateAccount $authenticateAccount ) : AuthenticateAccountResponse | boolean | ||
$authenticateAccount | AuthenticateAccount | |
return | AuthenticateAccountResponse | boolean |
public AuthenticateAdmin ( AuthenticateAdmin $authenticateAdmin ) : AuthenticateAdminResponse | boolean | ||
$authenticateAdmin | AuthenticateAdmin | |
return | AuthenticateAdminResponse | boolean |
public AuthenticateCustomer ( AuthenticateCustomer $authenticateCustomer ) : AuthenticateCustomerResponse | boolean | ||
$authenticateCustomer | AuthenticateCustomer | |
return | AuthenticateCustomerResponse | boolean |
public AuthenticateReseller ( AuthenticateReseller $authenticateReseller ) : AuthenticateResellerResponse | boolean | ||
$authenticateReseller | AuthenticateReseller | |
return | AuthenticateResellerResponse | boolean |
public __toString ( ) : string | ||
return | string | __CLASS__ |
public getResult ( ) : AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse | ||
return | AuthenticateAccountResponse | AuthenticateAdminResponse | AuthenticateCustomerResponse | AuthenticateResellerResponse |