body; } /** * Sets body * * @param $body * @return BankAccountOpenV10Request */ public function setBody($body) { $this->body = $body; return $this; } public static function getOperationId() { return 'bank_account_open_v1_0'; } }