JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrform_data['authorization_token'] = $authorization_token; return $this; } public function amount(float $amount) { $this->form_data['amount'] = $amount; return $this; } public function reason(string $reason = "") { $this->form_data['deduction_details'] = $reason; return $this; } }