IsProductImplementation
Table of Contents
- customerProduct() : MorphOne
- suspend() : bool
- Suspend method, must be implemented in the ProductImplementation model
- terminate() : bool
- Terminate method, must be implemented in the ProductImplementation model
- unsuspend() : bool
- Unsuspend method, must be implemented in the ProductImplementation model
Methods
customerProduct()
public
customerProduct() : MorphOne
Return values
MorphOne —suspend()
Suspend method, must be implemented in the ProductImplementation model
public
abstract suspend() : bool
Return values
bool —terminate()
Terminate method, must be implemented in the ProductImplementation model
public
abstract terminate() : bool
Return values
bool —unsuspend()
Unsuspend method, must be implemented in the ProductImplementation model
public
abstract unsuspend() : bool