mapdev\FacebookMessenger\Components\ReceiptAdjustment::toArray PHP Method

toArray() public method

public toArray ( )
    public function toArray()
    {
        return ['name' => $this->name, 'amount' => $this->amount];
    }