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