ModelInterface
interface ModelInterface implements JsonSerializable (View source)
The base Klaviyo data model.
Methods
                    static KlaviyoModel
                
                
                    create(array $configuration)
        
                                            
                
            Helper method to create the data model.
                    static KlaviyoModel
                
                
                    createFromJson(array $json)
        
                                            
                
            Helper method to create the data model from a JSON array.
                    toArray()
        
                                            
                
            Convert the model to an array.