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