General | Application | Subscription PaymentRequest | Payment | Refund | Example
There are several ways to get the Tikkie
object.
$tikkie = app('tikkie');
$tikkie->....
class Example {
function show(Tikkie $tikkie) {
$tikkie->....
}
}